summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-08-12 08:45:50 -0400
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-08-12 11:22:08 -0400
commita76640992a3b4c1aa54a0af3ef8d842423eb0fdc (patch)
tree7280eb20f371bf3eef2e707e2622571448159d26
parent14fc7196baed3862f588246ff80b262809c39e21 (diff)
downloadvyatta-cfg-quagga-a76640992a3b4c1aa54a0af3ef8d842423eb0fdc.tar.gz
vyatta-cfg-quagga-a76640992a3b4c1aa54a0af3ef8d842423eb0fdc.zip
Add missing step for peer group ttl-security
Bug 5809 (cherry picked from commit 1f3b94d092ebdb9d682b66911738b6ce506f7b04)
-rwxr-xr-xscripts/bgp/vyatta-bgp.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/bgp/vyatta-bgp.pl b/scripts/bgp/vyatta-bgp.pl
index 3bfb4cc0..a26501e0 100755
--- a/scripts/bgp/vyatta-bgp.pl
+++ b/scripts/bgp/vyatta-bgp.pl
@@ -1036,6 +1036,10 @@ my %qcom = (
set => 'router bgp #3 ; neighbor #5 timers connect #8',
del => 'router bgp #3 ; no neighbor #5 timers connect #8',
},
+ 'protocols bgp var peer-group var ttl-security' => {
+ set => undef,
+ del => undef,
+ },
'protocols bgp var peer-group var ttl-security hops' => {
set => 'router bgp #3 ; neighbor #5 ttl-security hops #8',
del => 'router bgp #3 ; no neighbor #5 ttl-security hops #8',