mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 12:52:49 +00:00
Zebra daemon has access lists.
This commit is contained in:
parent
74bcbed6e0
commit
6c0f9a782a
@ -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.
|
||||
|
@ -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/) {
|
||||
|
Loading…
Reference in New Issue
Block a user