Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-26 | Add more options to show-protocols | Stephen Hemminger | |
Useful hooks for changed, modified, exists, etc... | |||
2009-02-25 | Handle mapping from ospfv3 to ospf6d | Stephen Hemminger | |
This is the one place where mapping from protocols in config to daemon name needs to occur. | |||
2009-02-19 | Allow start if daemon already running | 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-13 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jenner | Stephen Hemminger | |
Conflicts: scripts/vyatta-protocol | |||
2009-02-11 | Handle reload of interface properties | Stephen Hemminger | |
Need to handle ospf and rip property on reload. Since script is no longer general, make it just for quagga. | |||
2009-02-05 | Move sudo from vyatta-protocol to nodes | Stephen Hemminger | |
Much cleaner to do sudo once rather than repeatedly | |||
2009-02-05 | Move reload to vyatta-cfg-reload | Stephen Hemminger | |
2009-02-05 | Change reload to restart | Stephen Hemminger | |
Need to restart daemon as well in this script | |||
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-05 | Fix reload | Stephen Hemminger | |
If setting up transaction fails, then fail the reload Use correct tmp file, and remove if successful. | |||
2009-02-04 | remove pid files on protocol stop | Stephen Hemminger | |
Also remove debug messages | |||
2009-02-04 | Protocol daemon management | Stephen Hemminger | |
Bug 3828 Start protocols from configuration system, and use watchquagga to restart protocol daemons after failure | |||
2009-01-29 | Fix exists/not exists function | Stephen Hemminger | |
The operator precendence in perl is not same as C. | |||
2009-01-28 | More work on protocol restart | Stephen Hemminger | |
2009-01-28 | Change mode of script files | Stephen Hemminger | |
Mode of scripts should be 755 | |||
2009-01-28 | add new script for protocol restart | Stephen Hemminger | |
This is pre-release version of script to reload config. | |||
2009-01-28 | utils: turn on strict | Stephen Hemminger | |
Turn on strict and fix perlcritic warnings. | |||
2009-01-28 | policy: turn on strict | Stephen Hemminger | |
Turn on strict, then fix a bunch of incorrect messages. Fix perlcritic warnings and reformat. | |||
2009-01-28 | check-as-prepend: turn on strict | Stephen Hemminger | |
And reindent. | |||
2009-01-28 | bgp: cleanup | Stephen Hemminger | |
Turn on strict, and declare variables. Simplify code where possible. | |||
2008-12-06 | fix comments that got copied | Stephen Hemminger | |
2008-12-06 | Revert "need full path to linkdetect" | Stephen Hemminger | |
This reverts commit d4952bc1550223dddcd1228d7335ce1fc380f739 because it included local changes as well as bug fix | |||
2008-12-05 | need full path to linkdetect | Stephen Hemminger | |
2008-12-03 | Add new script to wrap changes to link-detect | Stephen Hemminger | |
2008-11-21 | Convert to new Vyatta::Config hierarchy | Stephen Hemminger | |
2008-08-12 | Remove the perl wrapper for vtysh (no longer needed). | Stephen Hemminger | |
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-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-27 | Fix check_prefix_boundry() to handle IPv6 abreviated addresses. | Stig Thormodsrud | |
2008-07-10 | Fix 2752: "Unknown command" after "source any" was configured in the second ↵ | Stig Thormodsrud | |
rule of an access-list | |||
2008-06-05 | Fix Bug 3269 system gateway-address conflicts with static default | Mohit Mehta | |
- route is only deleted from route table if both gateway-address and the static route equivalent to setting a gateway-address are not set | |||
2008-05-17 | Fix 3266: Syntax validation for as-path-prepend does not allow 32 bit ASNs | Stig Thormodsrud | |
Fix 3268 : CLI allows an as-path-prepend of > 24 ASNs but routing engine does not appear to support > 24 | |||
2008-04-25 | Remove linkstatus script | Stephen Hemminger | |
Watchlink is no longer used/needed | |||
2008-04-18 | don't signal watchlink if it's not running | An-Cheng Huang | |
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 | update help for access-lists | Robert Bays | |
2008-03-12 | updated fix for bug 2713. neighbor now allows g/G. | Robert Bays | |
2008-03-11 | fixes for bugs 2713, 2541, 2888, 2676 | Robert Bays | |
2008-03-10 | fix for bug 2713 | Robert Bays | |
2008-03-10 | fix for bugs 2541, 2888, 2676 | Robert Bays | |
2008-03-10 | Update to GPLv2 | Stephen Hemminger | |
Convert from VPL 1.0 to GPLv2 | |||
2008-02-20 | fix for bug 2541--requires saving temporary file, plus script to walk tree ↵ | Michael Larson | |
and redefined nodes. a bit of a pain. | |||
2008-02-19 | Add a check for when the vtysh wrapper is called without any parameters. | Stig Thormodsrud | |
2008-01-15 | wired up link detect to cli. writes to exlusion file. note that link-detect ↵ | Michael Larson | |
is enabled by default for all interfaces. | |||
2008-01-09 | Fix for bug 2615 "as-path-list configuration was not sent to the routing ↵ | Stig Thormodsrud | |
engine". | |||
2008-01-03 | work w/ either quagga (debian) or vyatta-quagga packages | Tom Grennan | |
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 |