summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2010-08-10fix for bug 5925Robert Bays
(cherry picked from commit 0773ce1032d07f7f74e2b41c0f160570a8ed66a1)
2010-08-06larkspur specific fix for 5971Robert Bays
2010-08-06fix for bug 5937Robert Bays
2010-08-06fix for bug 5925Robert Bays
2010-07-28fix for bug 5892Robert Bays
(cherry picked from commit 5ae305002d35de573a34974104f13ebede556715)
2010-07-23fix for bug 5892Robert Bays
2010-07-22fix for bug 5893Robert Bays
2010-07-21remove explicit paths from commit error messages since that is handled by ↵Robert Bays
CLI now
2010-07-21Add syntax validation on BGP access-list rule valueStephen Hemminger
The access-list is a number (in policy)
2010-07-21Remove verbs from help stringsStephen Hemminger
2010-07-21Convert Quagga templates to use val_help:Stephen Hemminger
2010-07-14update ttl-security for peer-group as wellRobert Bays
2010-07-14move conditional checks for ttl-security back into the node.def files to ↵Robert Bays
keep them from being checked on every commit
2010-07-14fix for bug 5855Robert Bays
2010-07-14ttl-security should not be a typed nodeStephen Hemminger
Bug 5850 Move check for ebgp-multihop and ttl-security into vyatta-bgp.pl script
2010-07-14fix for bug 5801Robert Bays
2010-07-14fix for bug 5836Robert Bays
2010-07-13add commit check to verify remove-private-as is not set on iBGP peersRobert Bays
2010-07-12further fix for bug 5810Robert Bays
2010-07-12update error messages to include 6Robert Bays
2010-07-12Merge branch 'larkspur' of http://git.vyatta.com/vyatta-cfg-quagga into larkspurRobert Bays
2010-07-12fic for bug 5813Robert Bays
2010-07-12fix for bug 5824Robert Bays
2010-07-12fix for bug 5825Robert Bays
2010-07-12fix for bug 5832Robert Bays
2010-07-12fix for bug 5810Robert Bays
2010-07-12fix for bug 5827 in peer-groupRobert Bays
2010-07-12fix for bug 5827Robert Bays
2010-07-09Need full path to arp commandStephen Hemminger
If not using sudo, then need full path to arp.
2010-07-09Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-quagga into larkspurStephen Hemminger
2010-07-09Add ttl-security option to peer-groupStephen Hemminger
Add ttl-security value as peer-group option. Also validate the range of ttl-security setting.
2010-07-09more robust fix for local-asRobert Bays
2010-07-09fixes for local-as and confederationsRobert Bays
2010-07-09As part of bug 5780, clean up the param generationRobert Bays
2010-07-06fix for bug 5780Robert Bays
2010-07-01Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-quagga into larkspurStephen Hemminger
2010-06-14Fix ospfv3 redistribute command.Stig Thormodsrud
2010-06-14Added route-map support in ospfv3-redistributeJon Andersson
2010-06-08fix for bug 874: allow setting administrative distanceRobert Bays
2010-06-04fix direct active dir access in node.defsRobert Bays
2010-06-03optimization: move remote-as and peer-group check into transaction to save ↵Robert Bays
on exec calls
2010-06-03clean up peer-group error and help messagesRobert Bays
2010-06-03add missing help strings per bug 5642Robert Bays
2010-05-25re-add the disable-send-comunity node to peer-groupsRobert Bays
2010-05-21No longer need sudo for arpStephen Hemminger
Have capability do that.
2010-05-17Add support for TTL security hopsStephen Hemminger
Bug 4937 Integrate CLI support for TTL hop count security
2010-05-06Bugfix 5584: Fix prefix-list parameters under peer-group.Bob Gilligan
2010-05-05Bugfix 5584: Fix completion and checking for prefix-list parametersBob 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-26Fix typo in help textJon Andersson
2010-04-06more ipv6 and peer-group updatesRobert Bays