diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-08-12 08:45:50 -0400 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-08-12 11:22:08 -0400 |
commit | a76640992a3b4c1aa54a0af3ef8d842423eb0fdc (patch) | |
tree | 7280eb20f371bf3eef2e707e2622571448159d26 | |
parent | 14fc7196baed3862f588246ff80b262809c39e21 (diff) | |
download | vyatta-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-x | scripts/bgp/vyatta-bgp.pl | 4 |
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', |