From: paul Date: Wed, 21 May 2003 17:18:09 +0000 (+0000) Subject: From: Hasso Tepper X-Git-Tag: frr-2.0-rc1~4057 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=a304c1a4121c27ef807ffbea979f1460d4c5e0ee;p=mirror%2Ffrr.git From: Hasso Tepper Subject: [zebra 19120] [PATCH] Vtysh I really don't know how I could miss that one. Opsf(6)d have prefix-lists as well. --- diff --git a/vtysh/extract.pl b/vtysh/extract.pl index 8f2dcb9dfd..4a49a6219d 100755 --- a/vtysh/extract.pl +++ b/vtysh/extract.pl @@ -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/) {