diff options
| -rwxr-xr-x | vtysh/extract.pl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vtysh/extract.pl.in b/vtysh/extract.pl.in index fc5a5147f1..9540ffab5f 100755 --- a/vtysh/extract.pl.in +++ b/vtysh/extract.pl.in @@ -81,6 +81,7 @@ $ignore{'"show history"'} = "ignore"; $ignore{'"router ospf [(1-65535)]"'} = "ignore"; $ignore{'"address-family vpnv6 [unicast]"'} = "ignore"; $ignore{'"address-family vpnv4 [unicast]"'} = "ignore"; +$ignore{'"logical-router (1-65535) ns NAME"'} = "ignore"; my $cli_stomp = 0; |
