]> git.puffer.fish Git - mirror/frr.git/commitdiff
Zebra daemon has access lists.
authorhasso <hasso>
Sun, 20 Jun 2004 09:30:57 +0000 (09:30 +0000)
committerhasso <hasso>
Sun, 20 Jun 2004 09:30:57 +0000 (09:30 +0000)
vtysh/ChangeLog
vtysh/extract.pl

index 8e55786f15deb88eed57efc57d1bd63cf1c4e22d..d439850cc9fa42c9a9f39199c2e4918c501f9b57 100644 (file)
@@ -1,3 +1,7 @@
+2004-06-20 Hasso Tepper <hasso@estpak.ee>
+
+       * extract.pl: Zebra daemon has access lists as well.
+
 2004-05-10 Hasso Tepper <hasso@estpak.ee>
 
        * vtysh.c: Workaround for most hated vtysh bug - Bugzilla #58.
index cb5ca36a34b8ec111e1af2f21051701fa5b9f73e..8488e019648988abd70045aa9b17e131a615d1b6 100755 (executable)
@@ -90,9 +90,9 @@ foreach (@ARGV) {
            }
            if ($file =~ /filter.c/) {
               if ($defun_array[1] =~ m/ipv6/) {
-                 $protocol = "VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD";
+                 $protocol = "VTYSH_ZEBRA|VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD";
              } else {
-                 $protocol = "VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD";
+                 $protocol = "VTYSH_ZEBRA|VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD";
               }
            }
            if ($file =~ /plist.c/) {