]> git.puffer.fish Git - matthieu/frr.git/commitdiff
From: Hasso Tepper <hasso@estpak.ee>
authorpaul <paul>
Wed, 21 May 2003 17:18:09 +0000 (17:18 +0000)
committerpaul <paul>
Wed, 21 May 2003 17:18:09 +0000 (17:18 +0000)
Subject: [zebra 19120] [PATCH] Vtysh

I really don't know how I could miss that one. Opsf(6)d have
prefix-lists as well.

vtysh/extract.pl

index 8f2dcb9dfd1de334503d446648a522c27a51d4e4..4a49a6219dfbca2b9e6c105be9bd43a8b695bf8c 100755 (executable)
@@ -96,9 +96,9 @@ foreach (@ARGV) {
            }
            if ($file =~ /plist.c/) {
              if ($defun_array[1] =~ m/ipv6/) {
-                 $protocol = "VTYSH_RIPNGD|VTYSH_BGPD";
+                 $protocol = "VTYSH_RIPNGD|VTYSH_OSPF6D|VTYSH_BGPD";
               } else {
-                 $protocol = "VTYSH_RIPD|VTYSH_BGPD";
+                 $protocol = "VTYSH_RIPD|VTYSH_OSPFD|VTYSH_BGPD";
               }
            }
            if ($file =~ /distribute.c/) {