diff options
-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"); |