From: Quentin Young Date: Fri, 23 Dec 2016 01:58:29 +0000 (+0000) Subject: vtysh: add `logical-router ...` to extract.pl ignore list X-Git-Tag: frr-3.0-branchpoint~102^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F30%2Fhead;p=mirror%2Ffrr.git vtysh: add `logical-router ...` to extract.pl ignore list Signed-off-by: Quentin Young --- 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;