Zebra daemon has access lists.

This commit is contained in:
hasso 2004-06-20 09:30:57 +00:00
parent 74bcbed6e0
commit 6c0f9a782a
2 changed files with 6 additions and 2 deletions

View 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.

View File

@ -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/) {