summaryrefslogtreecommitdiff
path: root/scripts/bgp/vyatta-bgp.pl
diff options
context:
space:
mode:
authorRobert Bays <robert@vyatta.com>2010-07-12 14:33:10 -0700
committerRobert Bays <robert@vyatta.com>2010-07-12 14:33:10 -0700
commitb3c9e4da4ab2b2c8e367db6288a864f0842c15dd (patch)
treebdb22c1de58f297ac2f9734ca0b686d3ab065eaa /scripts/bgp/vyatta-bgp.pl
parent43c42a98e5eb006a205e04d750a5a9f8a5d0f42f (diff)
parentf9adbe8e73aad0bb4fcd52b720bd77082c04854e (diff)
downloadvyatta-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/bgp/vyatta-bgp.pl')
-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 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',