summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf
AgeCommit message (Collapse)Author
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.