mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-03 16:24:52 +00:00
vtysh: Fix misplaced (
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
7f57883ee6
commit
5ffc9780fb
@ -52,7 +52,7 @@ $ignore{'"router bgp " "(1-4294967295)"'} = "ignore";
|
||||
$ignore{'"router bgp " "(1-4294967295)" " <view|vrf> WORD"'} = "ignore";
|
||||
$ignore{'"router bgp [(1-4294967295) [<view|vrf> WORD]]"'} = "ignore";
|
||||
$ignore{'"router isis WORD"'} = "ignore";
|
||||
$ignore('"router eigrp (1-65535)"'} = "ignore";
|
||||
$ignore{'"router eigrp (1-65535)"'} = "ignore";
|
||||
$ignore{'"router zebra"'} = "ignore";
|
||||
$ignore{'"address-family ipv4"'} = "ignore";
|
||||
$ignore{'"address-family ipv4 [<unicast|multicast|vpn|encap>]"'} = "ignore";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user