diff options
author | Robert Bays <robert@vyatta.com> | 2010-07-20 15:19:05 -0700 |
---|---|---|
committer | Robert Bays <robert@vyatta.com> | 2010-07-20 15:19:05 -0700 |
commit | a959dab21b6fd46b3a7978ec29c878d1865510ea (patch) | |
tree | 72b8afd88cb73b1ef2fa9bf20d68e3545b6dbdc1 /scripts/bgp | |
parent | d3366af025f4698801c0a51cdd9bbb88fea83ea0 (diff) | |
download | vyatta-cfg-quagga-a959dab21b6fd46b3a7978ec29c878d1865510ea.tar.gz vyatta-cfg-quagga-a959dab21b6fd46b3a7978ec29c878d1865510ea.zip |
fix for bug 5876. ttl-security check moved to templates.
Diffstat (limited to 'scripts/bgp')
-rwxr-xr-x | scripts/bgp/vyatta-bgp.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/bgp/vyatta-bgp.pl b/scripts/bgp/vyatta-bgp.pl index c6188d36..86ec1e14 100755 --- a/scripts/bgp/vyatta-bgp.pl +++ b/scripts/bgp/vyatta-bgp.pl @@ -1257,8 +1257,6 @@ sub check_remote_as { foreach my $peergroup (@peergroups) { next unless $config->isChanged("$as peer-group $peergroup"); - check_ttl_security($config, "$as peer-group $peergroup"); - # if we delete the remote-as in the pg, make sure all neighbors have a remote-as defined if ($config->isDeleted("$as peer-group $peergroup remote-as")) { my @neighbors = $config->listNodes("$as neighbor"); |