Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-27 | Fix some possible issues with policy script | Stephen Hemminger | |
Change to closure would not allow exit to work correctly. Go back to old way using variables. Use grep -c to count instances Also rerun through tidy. | |||
2009-03-25 | Fix link_filter setting | Stephen Hemminger | |
Need to be super user here. Also ipv6 link filter is not in kernel yet. | |||
2009-03-23 | Start OSPF/RIP as needed during config | Stephen Hemminger | |
This only happens if link metrics set but OSPF/RIP not running yet. | |||
2009-03-23 | Enable link filtering | Stephen Hemminger | |
Bug 4061 Enable new kernel link_filter for IPV4 and IPV6 | |||
2009-03-16 | Reindent perl code | Stephen Hemminger | |
Make it look nice and tidy | |||
2009-03-16 | Don't use closure in GetOptions | Stephen Hemminger | |
Although it looks cleaner, the error handling for closures is different. Exit in closure from GetOptions, only fails the option not the program. | |||
2009-03-16 | Fix confusion between net object and string | Stephen Hemminger | |
Bug 4221 The function net->network() returns a new network object, rather than the string. Need to use cidr() to get the string representation. | |||
2009-03-11 | Remove extra backslash | Stephen Hemminger | |
Don't need extra backslash here. | |||
2009-03-10 | Reload config on restart | Stephen Hemminger | |
The new phased restart requires changes to how restart/reconfig is done. Zebra should just be start/stop, and other daemons do stop/restart. | |||
2009-03-09 | Change argument, configured to original | Stephen Hemminger | |
Make it clearer which is which. | |||
2009-03-09 | Manage daemon restart correctly | Stephen Hemminger | |
Need to look at exists (after commit) rather than original list of daemons. Bug 4192 | |||
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 | |