Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-19 | as 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-19 | changes to support bgp start/stop | slioch | |
2009-02-19 | force BGP on | Stephen Hemminger | |
2009-02-18 | Rework of protocol startup | Stephen Hemminger | |
Use scripts to do start/stop (instead of disable template). Integrate reload into new quagga-manager script | |||
2009-02-16 | Move daemon start to the disable node | Stephen 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-05 | Move sudo from vyatta-protocol to nodes | Stephen Hemminger | |
Much cleaner to do sudo once rather than repeatedly | |||
2009-02-05 | Manage daemons better | Stephen Hemminger | |
1. Shutdown bgp on last neighbor removed 2. use daemon name consistently 3. change options to watchquagga | |||
2009-02-04 | Protocol daemon management | Stephen Hemminger | |
Bug 3828 Start protocols from configuration system, and use watchquagga to restart protocol daemons after failure | |||
2008-08-12 | Revert "Replace vyatta-vtysh with vtysh" | Stephen Hemminger | |
This reverts commit 588492cf8a9ddf438b649c6db4986bcab9c22435. | |||
2008-08-11 | Replace vyatta-vtysh with vtysh | Stephen Hemminger | |
2008-08-05 | Fix BGP IPv6 redistribute route-map error message. | Stig Thormodsrud | |
2008-08-05 | Add BGP IPv6 redistribute commands. | Stig Thormodsrud | |
2008-08-05 | Fix bgp soft-reconfiguration for IPv6. | Stig Thormodsrud | |
2008-08-04 | Add IPv6 support to bgp cli. | Stig Thormodsrud | |
2008-07-30 | Replace calls to vyatta-vtysh perl script with vyatta-vtysh | Stephen 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-28 | Use vyatta_sbindir | Stephen Hemminger | |
Wrong shell variable in earlier commit | |||
2008-07-28 | Add new program to check prefix boundary | Stephen 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-19 | Add configuration parameter for BGP MD5 | Stephen Hemminger | |
Quagga supports BGP over TCP-MD5 now, so need CLI support. Bugfix: 2661 | |||
2008-04-15 | Merge from glendale | rbalocca | |
2008-04-10 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-cfg-quagga | |||
2008-03-28 | fix bug 3074 | Robert Bays | |
2008-03-25 | shorten some of the BGP help strings | Robert Bays | |
2008-03-25 | update help strings in BGP | Robert 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-17 | fix bgp and policy for match community and network backdoor | Robert Bays | |
2008-03-14 | fix for bug 2993 | Robert Bays | |
2008-03-14 | fix for bugs 2725 and 2999 | Robert Bays | |
2008-03-10 | Fix Bug 1513 BGP - peer-port and local-port accept invalid values | Mohit Mehta | |
- BGP - peer-port range changed to <1-65535>, also indicated in the help | |||
2008-03-07 | Fixed a typo | Arthur Xiong | |
2008-03-07 | 1. 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-07 | bug 2753 | Robert Bays | |
2008-02-21 | Fix 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-14 | Comment out "backdoor" command as a workaround until cli bug 2525 is fixed. | Stig Thormodsrud | |
2008-02-13 | Fix 1513 BGP - peer-port and local-port accept invalid values | Stig Thormodsrud | |
2008-02-12 | Fix 2812 'show configuration all' does not display all default values for bgp. | Stig Thormodsrud | |
2008-01-31 | convert templates to new syntax | An-Cheng Huang | |
2008-01-25 | Fix 2697 route-map can't be set for default-originate | Stig Thormodsrud | |
2008-01-22 | Ignore spurious error message from 'set bgp <> aggregate-address'debian/0.1 | Stig Thormodsrud | |
2008-01-12 | Fix 2608: Four octet ASN cannot be configured | Stig Thormodsrud | |
2008-01-08 | Ignore spurious warning message when deleting bgp neighbor. | Stig Thormodsrud | |
2007-12-31 | Fix superious error message that results from unnecessary "no network" command. | Stig Thormodsrud | |
2007-12-14 | change vtsyh call | Robert Bays | |
2007-12-14 | change bgp node names | Robert Bays | |
2007-12-12 | Add 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-06 | Fix "bgp <> network". | Stig Thormodsrud | |
2007-12-03 | Fix "bgp soft-reconfiguration inbound". | Stig Thormodsrud | |
2007-11-29 | rename bgp nodes. | Robert Bays | |
2007-11-26 | fix bgp neighbor route-map export | Robert Bays | |
2007-11-14 | enable peer-groups | Robert Bays | |
2007-11-12 | fix bgp network template | Robert Bays | |
2007-11-09 | fix for changes in cli referencing | Robert Bays | |