summaryrefslogtreecommitdiffstats
path: root/vtysh
diff options
context:
space:
mode:
authorRafael Zalamena <rzalamena@opensourcerouting.org>2019-11-08 18:50:00 +0100
committerRafael Zalamena <rzalamena@opensourcerouting.org>2020-06-05 19:36:45 +0200
commitb62578bd9b0a261807913a22e73108da721252a9 (patch)
tree80f53f1ca32e261e49581d1e24c772a9cc20e3d2 /vtysh
parent*: add filter northbound support (diff)
downloadfrr-b62578bd9b0a261807913a22e73108da721252a9.tar.xz
frr-b62578bd9b0a261807913a22e73108da721252a9.zip
lib: migrate filter CLI to use northbound
Migrate all filter commands to use the newly implemented northbound. Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'vtysh')
-rwxr-xr-xvtysh/extract.pl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/extract.pl.in b/vtysh/extract.pl.in
index d5142b1b5..794e1f4c7 100755
--- a/vtysh/extract.pl.in
+++ b/vtysh/extract.pl.in
@@ -98,7 +98,7 @@ sub scan_file {
elsif ($file =~ /lib\/if\.c$/) {
$protocol = "VTYSH_INTERFACE";
}
- elsif ($file =~ /lib\/(filter|lib_vty)\.c$/) {
+ elsif ($file =~ /lib\/(filter|filter_cli|lib_vty)\.c$/) {
$protocol = "VTYSH_ALL";
}
elsif ($file =~ /lib\/agentx\.c$/) {