diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-09 17:46:07 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-09 17:46:07 -0700 |
commit | cf928cbea5e5733eca4ff65f22637c3cbd906ff8 (patch) | |
tree | 9fb2061314a5c9d99dc664a0308c70ed355e0e96 /scripts | |
parent | 11e3c9aa29c64e6f66239f6c3fdf414004f71ea7 (diff) | |
parent | 6cfb22fef8cd535657abab13c4a0e34763498fa4 (diff) | |
download | vyatta-cfg-quagga-cf928cbea5e5733eca4ff65f22637c3cbd906ff8.tar.gz vyatta-cfg-quagga-cf928cbea5e5733eca4ff65f22637c3cbd906ff8.zip |
Merge branch 'larkspur' of suva.vyatta.com:/git/vyatta-cfg-quagga into larkspur
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 b2119dbc..849b4284 100755 --- a/scripts/bgp/vyatta-bgp.pl +++ b/scripts/bgp/vyatta-bgp.pl @@ -1009,6 +1009,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 hops' => { + set => 'router bgp #3 ; neighbor #5 ttl-security hops #8', + del => 'router bgp #3 ; no neighbor #5 ttl-security hops #8', + }, 'protocols bgp var peer-group var unsuppress-map' => { set => 'router bgp #3 ; neighbor #5 unsuppress-map #7', del => 'router bgp #3 ; no neighbor #5 unsuppress-map #7', |