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 08:45:50 -0400 |
commit | 1f3b94d092ebdb9d682b66911738b6ce506f7b04 (patch) | |
tree | 8c4aafa85056418fb517a01c17039909fa7ce4c8 /scripts | |
parent | 2630c9e4380121e166f0a3d8ffb4d7609c0eb982 (diff) | |
download | vyatta-cfg-quagga-1f3b94d092ebdb9d682b66911738b6ce506f7b04.tar.gz vyatta-cfg-quagga-1f3b94d092ebdb9d682b66911738b6ce506f7b04.zip |
Add missing step for peer group ttl-security
Bug 5809
Diffstat (limited to 'scripts')
-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', |