diff options
author | Robert Bays <robert@vyatta.com> | 2010-07-12 14:33:10 -0700 |
---|---|---|
committer | Robert Bays <robert@vyatta.com> | 2010-07-12 14:33:10 -0700 |
commit | b3c9e4da4ab2b2c8e367db6288a864f0842c15dd (patch) | |
tree | bdb22c1de58f297ac2f9734ca0b686d3ab065eaa /scripts | |
parent | 43c42a98e5eb006a205e04d750a5a9f8a5d0f42f (diff) | |
parent | f9adbe8e73aad0bb4fcd52b720bd77082c04854e (diff) | |
download | vyatta-cfg-quagga-b3c9e4da4ab2b2c8e367db6288a864f0842c15dd.tar.gz vyatta-cfg-quagga-b3c9e4da4ab2b2c8e367db6288a864f0842c15dd.zip |
Merge branch 'larkspur' of http://git.vyatta.com/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 44f5d329..e4e626e6 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', |