Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-01 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-quagga into larkspur | Stephen Hemminger | |
2010-06-23 | remove leftover script as discussed | An-Cheng Huang | |
2010-06-21 | fix for bug 5713 | Robert Bays | |
2010-06-08 | fix for bug 874: allow setting administrative distance | Robert Bays | |
2010-06-07 | fix aggregate-address command | Robert Bays | |
2010-06-04 | fix stupid var def mistake | Robert Bays | |
2010-06-04 | clean up potential unitialized var reference | Robert Bays | |
2010-06-04 | fix direct active dir access in node.defs | Robert Bays | |
2010-06-03 | optimization: move remote-as and peer-group check into transaction to save ↵ | Robert Bays | |
on exec calls | |||
2010-06-02 | fix for bug 5653 | Robert Bays | |
2010-05-22 | add functionality to skip nodes while in _setConfigTree | Robert Bays | |
2010-05-21 | Use net_set to avoid using sudo | Stephen Hemminger | |
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. |