]> git.proxmox.com Git - mirror_frr.git/blobdiff - vtysh/extract.pl.in
zebra: Refactor kernel_rtm to be a bit smarter about how it handles options
[mirror_frr.git] / vtysh / extract.pl.in
index 0f68e58d62ea5cb9640b4d07714fcaec4d083536..596f01738ad19a09bd8fe904d82a3a2dcad4e844 100755 (executable)
@@ -85,7 +85,7 @@ sub scan_file {
 
         # $protocol is VTYSH_PROTO format for redirection of user input
         if ($file =~ /lib\/keychain\.c$/) {
-            $protocol = "VTYSH_RIPD";
+            $protocol = "VTYSH_RIPD|VTYSH_EIGRPD";
         }
         elsif ($file =~ /lib\/routemap\.c$/) {
             $protocol = "VTYSH_RMAP";