summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2011-01-14fix for bug 6070Robert Bays
2011-01-04Revert "OSPFv3 templates replaced to correspond new backend"Stig Thormodsrud
This reverts commit d1bc0854513d794245bb53f4aa785abd4d70341f.
2011-01-04Fixed a typo in prefix-list6 completionDaniil Baturin
2011-01-01Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg-quagga into ↵Stig Thormodsrud
mendocino
2010-12-06Fix help textStephen Hemminger
Bug 6111 Help text should not start with Set
2010-11-19Need to skip LAST node tag when configuring bgp node, but let all others ↵Michael
through.
2010-11-18fix bug 6430Robert Bays
2010-11-18fix for 6069Michael Larson
2010-11-18OSPFv3 templates replaced to correspond new backendDaniil Baturin
2010-08-31Bugfix 5545: Update quagga when any prefix-list6 rule element is changedBob Gilligan
Previously, quagga was updated only when a rule was created. This meant that changes would not be reflected in quagga until the system was rebooted, or until the rule was deleted and re-created. Patch courtesy of: Jon Andersson <Jon.Andersson@Thales.no>
2010-08-30Merge commit 'a785fe685d9fa0edd813e2a53f1ebbc227ba2c7f' into mendocinoRobert Bays
Conflicts: debian/changelog scripts/bgp/vyatta-bgp.pl
2010-08-17remove low-level config dir usageAn-Cheng Huang
2010-08-12fix for bug 6049Robert Bays
2010-08-12fix for bug 4393Robert Bays
(cherry picked from commit 21858a3f00d9fcbdd4d6f627f28bb139c76ab82f)
2010-08-12rename function to be more descriptive of the actual useRobert Bays
(cherry picked from commit 57a3d8e42d6ead50cecac01e4f384ec3c84d95b9)
2010-08-12larkspur specific fix for 5971Robert Bays
(cherry picked from commit 5023738b93a104ef33c502c78e2c21b4e61a0e90)
2010-08-10fix for bug 4393Robert Bays
2010-08-10rename function to be more descriptive of the actual useRobert Bays
2010-08-10fix for bug 5937Robert Bays
(cherry picked from commit 3966df08824342315b4e31e3a60224bd6100ece7)
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.