]> git.proxmox.com Git - mirror_frr.git/commitdiff
Merge pull request #30 from qlyoung/fix-cli-nits
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 7 Jan 2017 00:37:28 +0000 (19:37 -0500)
committerGitHub <noreply@github.com>
Sat, 7 Jan 2017 00:37:28 +0000 (19:37 -0500)
vtysh: add `logical-router ...` to extract.pl ignore list

vtysh/extract.pl.in

index fc5a5147f1d094fd08a4072b5c6d2462734cf831..9540ffab5fd923117ab2be1ea4a442712427478d 100755 (executable)
@@ -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;