summaryrefslogtreecommitdiff
path: root/templates/protocols
AgeCommit message (Collapse)Author
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 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
2007-11-29Add cli for OSPF authentication.Stig Thormodsrud
2007-11-28Change metric to distance in static routes.Stig Thormodsrud
2007-11-28- Add support for multiple next-hop for same static route.Stig Thormodsrud
- Add support for multiple next-hop-interface for same static route. - Add support for blackhole route. - Add support for metric on static routes.
2007-11-27Add OSPF interface commands for ethernet and loopback.Stig Thormodsrud
2007-11-26fix bgp neighbor route-map exportRobert Bays
2007-11-14enable peer-groupsRobert Bays
2007-11-13Add yet more OSPF configuration.Stig Thormodsrud
2007-11-12Allow for multiple ospf networks under area node.Stig Thormodsrud
2007-11-12fix bgp network templateRobert Bays
2007-11-10Add more OSPF configuration.Stig Thormodsrud
2007-11-09fix for changes in cli referencingRobert Bays
2007-11-07fix route-mapsRobert Bays
remove old create statements
2007-11-07fix bgp neighbor templates ordering and startup errors.Robert Bays
2007-11-07remove old style type config from bgp and policy templatesRobert Bays
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-05Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfg-quaggaStig Thormodsrud
2007-11-05Fix update to bgp remote-as that wasn't getting updated.Stig Thormodsrud
2007-11-05Merge branch 'master' of /usr/local/git/vyatta-cfg-quaggaJustin Fletcher
2007-11-05User message modificationsJustin Fletcher