summaryrefslogtreecommitdiff
path: root/templates/protocols/bgp
AgeCommit message (Collapse)Author
2009-02-19as per discussion with Stephen. update handles shutdown of daemon and ↵slioch
explicit stop is not needed. Removed from delete node, but might promote end action to delete action
2009-02-19changes to support bgp start/stopslioch
2009-02-19force BGP onStephen Hemminger
2009-02-18Rework of protocol startupStephen Hemminger
Use scripts to do start/stop (instead of disable template). Integrate reload into new quagga-manager script
2009-02-16Move daemon start to the disable nodeStephen Hemminger
Need way to get daemons started before top level node. Really a hack because of the way priorities are managed on node hieararchy
2009-02-05Move sudo from vyatta-protocol to nodesStephen Hemminger
Much cleaner to do sudo once rather than repeatedly
2009-02-05Manage daemons betterStephen Hemminger
1. Shutdown bgp on last neighbor removed 2. use daemon name consistently 3. change options to watchquagga
2009-02-04Protocol daemon managementStephen Hemminger
Bug 3828 Start protocols from configuration system, and use watchquagga to restart protocol daemons after failure
2008-08-12Revert "Replace vyatta-vtysh with vtysh"Stephen Hemminger
This reverts commit 588492cf8a9ddf438b649c6db4986bcab9c22435.
2008-08-11Replace vyatta-vtysh with vtyshStephen Hemminger
2008-08-05Fix BGP IPv6 redistribute route-map error message.Stig Thormodsrud
2008-08-05Add BGP IPv6 redistribute commands.Stig Thormodsrud
2008-08-05Fix bgp soft-reconfiguration for IPv6.Stig Thormodsrud
2008-08-04Add IPv6 support to bgp cli.Stig Thormodsrud
2008-07-30Replace calls to vyatta-vtysh perl script with vyatta-vtyshStephen Hemminger
No longer need the perl wrapper, the logging and error suppression are now in the command itself. This helps with the speed of route creation with lots of routes.
2008-07-28Use vyatta_sbindirStephen Hemminger
Wrong shell variable in earlier commit
2008-07-28Add new program to check prefix boundaryStephen Hemminger
Using perl to check prefix boundary, is slow because of the overhead of compiling the same script many times. So convert this simple task to a C program.
2008-06-19Add configuration parameter for BGP MD5Stephen Hemminger
Quagga supports BGP over TCP-MD5 now, so need CLI support. Bugfix: 2661
2008-04-15Merge from glendalerbalocca
2008-04-10Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-cfg-quagga
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-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-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-07Fixed a typoArthur 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 2753Robert Bays
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-14Comment out "backdoor" command as a workaround until cli bug 2525 is fixed.Stig Thormodsrud
2008-02-13Fix 1513 BGP - peer-port and local-port accept invalid valuesStig Thormodsrud
2008-02-12Fix 2812 'show configuration all' does not display all default values for bgp.Stig 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-06Fix "bgp <> network".Stig Thormodsrud
2007-12-03Fix "bgp soft-reconfiguration inbound".Stig Thormodsrud
2007-11-29rename bgp nodes.Robert Bays
2007-11-26fix bgp neighbor route-map exportRobert Bays
2007-11-14enable peer-groupsRobert Bays
2007-11-12fix bgp network templateRobert Bays
2007-11-09fix for changes in cli referencingRobert Bays