forked from Mirror/frr
vtysh: add lib/resolver.c to vtysh_scan
Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
parent
c4e57cd52e
commit
9cb089fc43
|
@ -144,6 +144,7 @@ vtysh_scan += \
|
|||
lib/log_vty.c \
|
||||
lib/nexthop_group.c \
|
||||
lib/plist.c \
|
||||
lib/resolver.c \
|
||||
lib/routemap.c \
|
||||
lib/routemap_cli.c \
|
||||
lib/spf_backoff.c \
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue