mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 18:16:43 +00:00
From: Hasso Tepper <hasso@estpak.ee>
Subject: [zebra 19120] [PATCH] Vtysh I really don't know how I could miss that one. Opsf(6)d have prefix-lists as well.
This commit is contained in:
parent
28efaa3669
commit
a304c1a412
@ -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/) {
|
||||
|
Loading…
Reference in New Issue
Block a user