+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.
}
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/) {