Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-21 | Convert Quagga templates to use val_help: | Stephen Hemminger | |
2010-07-14 | update ttl-security for peer-group as well | Robert Bays | |
2010-07-14 | move conditional checks for ttl-security back into the node.def files to ↵ | Robert Bays | |
keep them from being checked on every commit | |||
2010-07-14 | fix for bug 5855 | Robert Bays | |
2010-07-14 | ttl-security should not be a typed node | Stephen Hemminger | |
Bug 5850 Move check for ebgp-multihop and ttl-security into vyatta-bgp.pl script | |||
2010-07-14 | fix for bug 5801 | Robert Bays | |
2010-07-14 | fix for bug 5836 | Robert Bays | |
2010-07-13 | add commit check to verify remove-private-as is not set on iBGP peers | Robert Bays | |
2010-07-12 | further fix for bug 5810 | Robert Bays | |
2010-07-12 | update error messages to include 6 | Robert Bays | |
2010-07-12 | Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg-quagga into larkspur | Robert Bays | |
2010-07-12 | fic for bug 5813 | Robert Bays | |
2010-07-12 | fix for bug 5824 | Robert Bays | |
2010-07-12 | fix for bug 5825 | Robert Bays | |
2010-07-12 | fix for bug 5832 | Robert Bays | |
2010-07-12 | fix for bug 5810 | Robert Bays | |
2010-07-12 | fix for bug 5827 in peer-group | Robert Bays | |
2010-07-12 | fix for bug 5827 | Robert Bays | |
2010-07-09 | Need full path to arp command | Stephen Hemminger | |
If not using sudo, then need full path to arp. | |||
2010-07-09 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-quagga into larkspur | Stephen Hemminger | |
2010-07-09 | Add ttl-security option to peer-group | Stephen Hemminger | |
Add ttl-security value as peer-group option. Also validate the range of ttl-security setting. | |||
2010-07-09 | more robust fix for local-as | Robert Bays | |
2010-07-09 | fixes for local-as and confederations | Robert Bays | |
2010-07-09 | As part of bug 5780, clean up the param generation | Robert Bays | |
2010-07-06 | fix for bug 5780 | Robert Bays | |
2010-07-01 | Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-quagga into larkspur | Stephen Hemminger | |
2010-06-14 | Fix ospfv3 redistribute command. | Stig Thormodsrud | |
2010-06-14 | Added route-map support in ospfv3-redistribute | Jon Andersson | |
2010-06-08 | fix for bug 874: allow setting administrative distance | 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-03 | clean up peer-group error and help messages | Robert Bays | |
2010-06-03 | add missing help strings per bug 5642 | Robert Bays | |
2010-05-25 | re-add the disable-send-comunity node to peer-groups | Robert Bays | |
2010-05-21 | No longer need sudo for arp | Stephen Hemminger | |
Have capability do that. | |||
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-05 | Bugfix 5584: Fix completion and checking for prefix-list parameters | Bob Gilligan | |
This fixes the parameter validation of prefix-list parameters under "neighbor ADDR prefix-list" and under "neighbor ADDR address-family ipv6-unicast prefix-list". The former are validated against parameters configured under "policy prefix-list", while the latter are validated against parameters configured under "policy prefix-list6". | |||
2010-04-26 | Fix typo in help text | Jon Andersson | |
2010-04-06 | more ipv6 and peer-group updates | Robert Bays | |
2010-04-06 | update for peer-group support and general cleanup. Still need at least one ↵ | Robert Bays | |
more pass before release. | |||
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 | Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg-quagga into larkspur | Stig Thormodsrud | |
2010-03-20 | Revert "Fix warnings found by check_tmpl." | Stig Thormodsrud | |
This reverts commit 369b7c567639d7230c945045c855c678fadfb887. | |||
2010-03-20 | Fix 4161: Bad config handling of "protocols ospf passive-interface" | Stig Thormodsrud | |
2010-03-17 | Bugfix 5458: Include interface name, if present, when deleting IPv6 routes. | Bob Gilligan | |
When deleting an IPv6 static route from Quagga, we have to specify the route precisely the same way it was originally configured. If the route includes an outgoing interface, it must be specified. If the route does not include an outgoing interface, one must not be specified. | |||
2010-03-15 | Fix trailing whitespace errors | Stephen Hemminger | |
Template errors caused by trailing whitespace. | |||
2010-03-12 | Fix warnings found by check_tmpl. | 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. |