summaryrefslogtreecommitdiff
path: root/templates/protocols
AgeCommit message (Collapse)Author
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-28fix bug 3074Robert Bays
2008-03-25shorten some of the BGP help stringsRobert Bays
2008-03-25update help strings in BGPRobert Bays
add comp_help strings to BGP remove enforce-capability parameter since in quagga it's an alias remove interface parameter since it's ipv6 related remove password parameter as the md5 code isn't in the current release fixed a couple of parameter relationship bugs
2008-03-20Fix 3026 ospf: failed to delete ospf configuration from top levelStig Thormodsrud
2008-03-17fix bgp and policy for match community and network backdoorRobert Bays
2008-03-14fix for bug 2993Robert Bays
2008-03-14fix for bugs 2725 and 2999Robert Bays
2008-03-11Change the type from "txt" to "u32" for "protocols ospf access-list <>"Arthur Xiong
2008-03-10Fix Bug 1513 BGP - peer-port and local-port accept invalid valuesMohit Mehta
- BGP - peer-port range changed to <1-65535>, also indicated in the help
2008-03-07Merge branch 'glendale' of http://git.vyatta.com/vyatta-cfg-quagga into glendaleRobert Bays
2008-03-07fix ospf node for bug 2783Robert Bays
2008-03-07Merge branch 'glendale' of git.vyatta.com:/git/vyatta-cfg-quagga into glendaleArthur Xiong
2008-03-07Fixed a typoArthur Xiong
2008-03-07Merge branch 'glendale' of http://git.vyatta.com/vyatta-cfg-quagga into glendaleRobert Bays
2008-03-07Merge branch 'glendale' of git.vyatta.com:/git/vyatta-cfg-quagga into glendaleArthur Xiong
2008-03-071. Fix bug 2754 - changed node type from txt to ipv4, since in the routing ↵Arthur Xiong
engine, "neighbor A.B.C.D update-source W.X.Y.Z" always works, and there is no ip address saved under interface hence "neighbor A.B.C.D update-source INTERFACE_NAME" doesn't work. 2. Removed the last $VAR(@) from the "delete:" part, since the routing engine treats "no neighbor A.B.C.D update-source W.X.Y.Z" as "Unknown command", but "no neighbor A.B.C.D update-source" does work and accomplishes the deletion correctly.
2008-03-07bug 2716: set metric-type is not implementedRobert Bays
2008-03-07bug 2783: set protocols ospf distribute-list...Robert Bays
2008-03-07bug 2753Robert Bays
2008-02-27Fix 2906: "delete protocols ospf area X area-type nssa " and then "commit" - ↵Stig Thormodsrud
"commit failed"
2008-02-21Fix 2679 aggregate-address "as-set" and/or "summary-only" not sent to the ↵Stig Thormodsrud
routing engine - work around cli bug 2525 by calling perl script to check node existance
2008-02-14Add default value for ospf auto-cost reference-bandwidth.Stig Thormodsrud
2008-02-14Comment out "backdoor" command as a workaround until cli bug 2525 is fixed.Stig Thormodsrud
2008-02-13Fix 2819 Plain-text authentication should be identified as suchStig Thormodsrud
2008-02-13Fix 1513 BGP - peer-port and local-port accept invalid valuesStig Thormodsrud
2008-02-12Fix 2813 'show configuration all' does not display all defaultStig Thormodsrud
2008-02-12Fix 2812 'show configuration all' does not display all default values for bgp.Stig 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
2008-01-25Fix 2697 route-map can't be set for default-originateStig Thormodsrud
2008-01-22Ignore spurious error message from 'set bgp <> aggregate-address'debian/0.1Stig Thormodsrud
2008-01-12Fix 2608: Four octet ASN cannot be configuredStig Thormodsrud
2008-01-08Ignore spurious warning message when deleting bgp neighbor.Stig Thormodsrud
2007-12-31Fix superious error message that results from unnecessary "no network" command.Stig Thormodsrud
2007-12-14change vtsyh callRobert Bays
2007-12-14change bgp node namesRobert Bays
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-11Implement "rip distribute-list".Stig Thormodsrud
2007-12-10Redo RIP cli to remove interface/network requirement.Stig Thormodsrud
2007-12-06Fix "bgp <> network".Stig Thormodsrud
2007-12-05Rename "ospf ospf" to "ospf parameters" to be consistent with bgp.Stig Thormodsrud
2007-12-03Fix "bgp soft-reconfiguration inbound".Stig Thormodsrud
2007-11-29rename bgp nodes.Robert Bays
2007-11-29Fix delete protocol ospf passive-interface.Stig Thormodsrud