summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf
AgeCommit message (Collapse)Author
2008-04-15Partial fix for 3004. Set priority of network node higher than virtual-link ↵Stig Thormodsrud
node.
2008-04-11Merge branch 'glendale' into hollywoodrbalocca
Conflicts: templates/protocols/ospf/area/node.tag/range/node.tag/cost/node.def templates/protocols/ospf/area/node.tag/range/node.tag/not-advertise/node.def templates/protocols/ospf/area/node.tag/range/node.tag/substitute/node.def templates/protocols/ospf/area/node.tag/virtual-link/node.tag/authentication/md5/node.def templates/protocols/ospf/area/node.tag/virtual-link/node.tag/authentication/plaintext-password/node.def
2008-04-10Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-cfg-quagga
2008-04-09Fix [Bug 3125] "...... range <> no-advertise" should be removed from the ↵Stig Thormodsrud
config while it is removed from the routing engine by "set protocols ospf area <> range <> substitute <>"
2008-04-09Fix 3126: ospf virtual-link authentication types should not be able to be ↵Stig Thormodsrud
coexisted in the config
2008-04-08Fix 3129: "delete protocols ospf neighbor <> priority" should delete the ↵Stig Thormodsrud
neighbor in the config as under the routing engine
2008-04-08Make sure OSPF area-type is set before default-cost.Stig Thormodsrud
2008-04-08Fix 3124: "set protocols ospf area <> area-type nssa translate always" ↵Stig Thormodsrud
removed "...... nssa no-summary" from the routing engine
2008-04-08Fix 3130: "set protocols ospf compatible rfc1583" or " set protocols ospf ↵Stig Thormodsrud
parameters rfc1583-compatibility" needs to be removed
2008-04-08Fix 3131: "delete protocols ospf parameters abr-type" does not remove " ospf ↵Stig Thormodsrud
abr-type standard" from the routing engine
2008-04-08Fix 3133: "delete protocols ospf timers throttle spf delay" commit failedStig Thormodsrud
2008-04-08Fix 3132: "set protocols ospf refresh timers <>" then commit failedStig Thormodsrud
2008-04-08Fix 3128: "isis" needs to be removed under " protocols ospf access-list <> ↵Stig Thormodsrud
export"
2008-04-07Fix 3115: set protocols ospf default-information originate always" sends no ↵Stig Thormodsrud
"always" to the routing engine
2008-04-04Fix 3108: Unable to configure ospf 'default-information' originateStig Thormodsrud
2008-03-20Fix 3026 ospf: failed to delete ospf configuration from top levelStig Thormodsrud
2008-03-11Change the type from "txt" to "u32" for "protocols ospf access-list <>"Arthur Xiong
2008-03-07fix ospf node for bug 2783Robert Bays
2008-03-07bug 2716: set metric-type is not implementedRobert Bays
2008-03-07bug 2783: set protocols ospf distribute-list...Robert Bays
2008-02-27Fix 2906: "delete protocols ospf area X area-type nssa " and then "commit" - ↵Stig Thormodsrud
"commit failed"
2008-02-14Add default value for ospf auto-cost reference-bandwidth.Stig Thormodsrud
2008-02-13Fix 2819 Plain-text authentication should be identified as suchStig Thormodsrud
2008-02-11Fix 2810 ospf authentications gets truncated to 8 charactersStig Thormodsrud
- Add syntax checks to verify length of passwords.
2008-02-02Add some comp_help strings to ospf cliStig Thormodsrud
2008-01-31convert templates to new syntaxAn-Cheng Huang
2007-12-12Add wrapper script between cfg templates and vtysh. The wrapper will:Stig Thormodsrud
- log commands to /tmp/vtysh.log - return error code when quagga responds with an errmsg - ignore errors when called with -n
2007-12-05Rename "ospf ospf" to "ospf parameters" to be consistent with bgp.Stig Thormodsrud
2007-11-29Fix delete protocol ospf passive-interface.Stig Thormodsrud
2007-11-29Add cli for OSPF authentication.Stig Thormodsrud
2007-11-27Add OSPF interface commands for ethernet and loopback.Stig Thormodsrud
2007-11-13Add yet more OSPF configuration.Stig Thormodsrud
2007-11-12Allow for multiple ospf networks under area node.Stig Thormodsrud
2007-11-10Add more OSPF configuration.Stig Thormodsrud
2007-11-06Fix "delete protocols ospf".Stig Thormodsrud
2007-11-06Fix ospf area validation and move error message to template file.Stig Thormodsrud
2007-11-05Add ospf area validation and fix tab completion for router-id.Stig Thormodsrud
2007-10-18Add minimal ospf config.Stig Thormodsrud
- still need to add validation and rest of functionality.