mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-21 15:32:54 +00:00
vtysh: Add missing stomps
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
2de8b19c5a
commit
d2aaa2e556
@ -47,6 +47,7 @@ $ignore{'"router ospf6"'} = "ignore";
|
||||
$ignore{'"router bgp"'} = "ignore";
|
||||
$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 zebra"'} = "ignore";
|
||||
$ignore{'"address-family ipv4"'} = "ignore";
|
||||
@ -71,6 +72,7 @@ $ignore{'"who"'} = "ignore";
|
||||
$ignore{'"terminal monitor"'} = "ignore";
|
||||
$ignore{'"terminal no monitor"'} = "ignore";
|
||||
$ignore{'"show history"'} = "ignore";
|
||||
$ignore{'"router ospf [(1-65535)]"'} = "ignore";
|
||||
|
||||
my $cli_stomp = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user