]> git.puffer.fish Git - mirror/frr.git/commitdiff
vtysh: add lib/spf_backoff.c to vtysh_scan
authorDavid Lamparter <equinox@diac24.net>
Tue, 13 Apr 2021 21:55:58 +0000 (23:55 +0200)
committerDavid Lamparter <equinox@diac24.net>
Thu, 15 Apr 2021 21:12:45 +0000 (23:12 +0200)
Signed-off-by: David Lamparter <equinox@diac24.net>
lib/subdir.am
vtysh/extract.pl.in

index 978899c6eeaa3511f52132a1cea43a648bb4b698..61390419f2a87be3aceebe3045895b6f1eb58e9b 100644 (file)
@@ -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
index 5719fac8467fec0cec0f5461190fb738af9c5010..345e564e013953389aa76af4353bc187d2711925 100755 (executable)
@@ -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";
         }