summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-01-06 19:37:28 -0500
committerGitHub <noreply@github.com>2017-01-06 19:37:28 -0500
commitff74b033d3e19893deae2a80d8fa8dd37ad17de0 (patch)
tree51d3f8eea7d55932f333f3748a328c395b72e223
parent46c323a66bee2899292885085ec7e7b51be095c3 (diff)
parent6e2e5d4108bf01828c27a4056de0579cb93c4bec (diff)
Merge pull request #30 from qlyoung/fix-cli-nits
vtysh: add `logical-router ...` to extract.pl ignore list
-rwxr-xr-xvtysh/extract.pl.in1
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;