From a959dab21b6fd46b3a7978ec29c878d1865510ea Mon Sep 17 00:00:00 2001 From: Robert Bays Date: Tue, 20 Jul 2010 15:19:05 -0700 Subject: fix for bug 5876. ttl-security check moved to templates. --- scripts/bgp/vyatta-bgp.pl | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/bgp') 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"); -- cgit v1.2.3