summaryrefslogtreecommitdiffstats
path: root/vtysh
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2021-04-14 00:00:43 +0200
committerDavid Lamparter <equinox@diac24.net>2021-04-15 23:12:45 +0200
commit9cb089fc43bccbe4159c7a9a24e9dc06ed5c943f (patch)
tree2955decc0468ebd45bf118970b59e8be4cd16e12 /vtysh
parentvtysh: add lib/spf_backoff.c to vtysh_scan (diff)
downloadfrr-9cb089fc43bccbe4159c7a9a24e9dc06ed5c943f.tar.xz
frr-9cb089fc43bccbe4159c7a9a24e9dc06ed5c943f.zip
vtysh: add lib/resolver.c to vtysh_scan
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'vtysh')
-rwxr-xr-xvtysh/extract.pl.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/vtysh/extract.pl.in b/vtysh/extract.pl.in
index 345e564e0..2b26d366f 100755
--- a/vtysh/extract.pl.in
+++ b/vtysh/extract.pl.in
@@ -133,6 +133,9 @@ sub scan_file {
$protocol = "VTYSH_RIPD";
}
}
+ elsif ($file =~ /lib\/resolver\.c$/) {
+ $protocol = "VTYSH_NHRPD|VTYSH_BGPD";
+ }
elsif ($file =~ /lib\/spf_backoff\.c$/) {
$protocol = "VTYSH_ISISD";
}