mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-03 21:10:33 +00:00
vtysh: add lib/spf_backoff.c to vtysh_scan
Signed-off-by: David Lamparter <equinox@diac24.net>
This commit is contained in:
parent
48843422d3
commit
c4e57cd52e
@ -146,6 +146,7 @@ vtysh_scan += \
|
||||
lib/plist.c \
|
||||
lib/routemap.c \
|
||||
lib/routemap_cli.c \
|
||||
lib/spf_backoff.c \
|
||||
lib/vrf.c \
|
||||
lib/vty.c \
|
||||
# end
|
||||
|
||||
@ -133,6 +133,9 @@ sub scan_file {
|
||||
$protocol = "VTYSH_RIPD";
|
||||
}
|
||||
}
|
||||
elsif ($file =~ /lib\/spf_backoff\.c$/) {
|
||||
$protocol = "VTYSH_ISISD";
|
||||
}
|
||||
elsif ($file =~ /lib\/vty\.c$/) {
|
||||
$protocol = "VTYSH_ALL";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user