Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-22 | add functionality to skip nodes while in _setConfigTree | Robert Bays | |
2010-05-20 | change qcom struct to hash of hashes to make it easier for the developer to read | Robert Bays | |
2010-05-17 | Add support for TTL security hops | Stephen Hemminger | |
Bug 4937 Integrate CLI support for TTL hop count security | |||
2010-05-06 | Bugfix 5584: Fix prefix-list parameters under peer-group. | Bob Gilligan | |
2010-05-06 | Activate neighbor for IPv6 when address-family parameters are set for it. | Bob Gilligan | |
2010-04-06 | more ipv6 and peer-group updates | Robert Bays | |
2010-04-05 | initial update to bgp with new ipv6 and peer-group nodes | Robert Bays | |
2010-04-04 | initial update to migrate bgp to transaction library | Robert Bays | |
2010-03-20 | Fix 4161: Bad config handling of "protocols ospf passive-interface" | Stig Thormodsrud | |
2010-03-05 | Get rid of vyatta-vtysh | Stephen Hemminger | |
For SELinux policy, changing vyatta-quagga to use standard path values. This means not having to change policies. | |||
2010-03-04 | Allow multiple values in 'set community' | Stephen Hemminger | |
Bug 5400 Allow for setting multiple values in quoted string for set community. | |||
2010-01-18 | Add IPv6 policy access-list. | Stig Thormodsrud | |
2009-10-13 | Remove dynamic start of routing daemons | Stephen Hemminger | |
The CLI begin transaction restrictions make this impossible to do in a stable manner. Related to bug 4537 (cherry picked from commit dcebd6d713e76b3e01ba51710693d688e1570cdb) | |||
2009-10-13 | Allow starting multiple daemons at once | Stephen Hemminger | |
Avoid having to run script multiple times. (cherry picked from commit 61a47e2f6c508330e779ac10e9b9d7cd0303bd5d) | |||
2009-07-09 | Use bgpd default import-check flag | Stephen Hemminger | |
Move the default import-check enabled from template to command line option in bgpd. This resolves some of the startup issues. (cherry picked from commit a1d23a42ef83968222b0744505986db3e02b0ae8) | |||
2009-07-09 | Allow status operations as non-root user | Stephen Hemminger | |
(cherry picked from commit 466426dba5880bf469b22172769c552cf6aaaab0) | |||
2009-05-26 | Don't use --name option | Stephen Hemminger | |
I added --name option, but doesn't do what I expected. | |||
2009-05-21 | Allow interface as BGP source | Stephen Hemminger | |
Bug 4391 Quagga allows IP address or interface as update source, so generalize existing template. | |||
2009-05-08 | Handle multiple requests to start same daemon | Stephen Hemminger | |
Templates will ask to start already running daemon, this is okay. | |||
2009-05-08 | Remove watchquagga stuff | Stephen Hemminger | |
The watchquagga startup here is no longer used | |||
2009-05-07 | Get rid of update action | Stephen Hemminger | |
There were several problems with the quagga-manager update. 1) can not have multiple end: tags in same tree path 2) can not shutdown bgp without losing policy 3) watchquagga timing races | |||
2009-05-07 | Redefine quagga-manager check as start | Stephen Hemminger | |
No need for check if start checks if already running | |||
2009-04-02 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jenner | Stephen Hemminger | |
2009-04-02 | Don't stop daemon if OSPF/RIP still has parameters | Stephen Hemminger | |
Need daemon to hold around parameters for start. | |||
2009-04-02 | Don't stop daemon if OSPF/RIP still has parameters | Stephen Hemminger | |
Need daemon to hold around parameters for start. | |||
2009-04-01 | Handle ipv6 daemons | Stephen Hemminger | |
Need to do special case IPV6 daemon restart | |||
2009-03-31 | Fix check-as to not check on a peer-group. | Stig Thormodsrud | |
2009-03-31 | Swap order of parameters | Stephen Hemminger | |
Since peer-group can be undef, make it be last for safety with arg list. | |||
2009-03-31 | Yet another logic error in vyatta-bgp | Stephen Hemminger | |
Check for remote-as/peer-group was backwards. | |||
2009-03-30 | Fix error checking of remote-as | Stephen Hemminger | |
Logic error in earlier change | |||
2009-03-30 | Fix bgp check script | Stephen Hemminger | |
Problem introduced when converted to use closures (by me). Closures don't work if arg check attempts to exit because of how the exception model works in GetOptions. Bug 4258 | |||
2009-03-29 | Fix sysctl setting link_filter on vif | Stephen Hemminger | |
sysctl command has legacy dotted notation which won't work with names for vlans (eth1.110). So just write /proc. | |||
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 |