]> git.puffer.fish Git - matthieu/frr.git/commitdiff
All access lists (IPv4 and IPv6) are used by all daemons to limit access to
authorhasso <hasso>
Wed, 13 Oct 2004 08:47:32 +0000 (08:47 +0000)
committerhasso <hasso>
Wed, 13 Oct 2004 08:47:32 +0000 (08:47 +0000)
vty.

vtysh/ChangeLog
vtysh/extract.pl.in

index f3a4da9a59d253596c2d38cbebdfaf18d557fd02..7b8eaf22eee1afe7e8fc4f0309695a5ddc195465 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-13 Hasso Tepper <hasso at quagga.net>
+
+       * extract.pl.in: All daemons can use both IPv6 and IPv4 access lists
+         to limit access to vty.
+
 2004-09-17 Paul Jakma <paul@dishone.st>
 
        * vtysh.c: (vtysh_client_execute) fix the sync fix. The 4th and
index d2fc42ba9cfbcd2f3c250079cb2f77b6ccc5710a..ef8c34ff3daec7fdb9f44108e6257185ba27f139 100755 (executable)
@@ -96,11 +96,7 @@ foreach (@ARGV) {
               $protocol = "VTYSH_RIPD|VTYSH_RIPNGD|VTYSH_OSPFD|VTYSH_OSPF6D|VTYSH_BGPD";
            }
            if ($file =~ /filter.c/) {
-              if ($defun_array[1] =~ m/ipv6/) {
-                 $protocol = "VTYSH_ZEBRA|VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD";
-             } else {
-                 $protocol = "VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD";
-              }
+              $protocol = "VTYSH_ALL";
            }
            if ($file =~ /plist.c/) {
              if ($defun_array[1] =~ m/ipv6/) {