summaryrefslogtreecommitdiff
path: root/vtysh/extract.pl
diff options
context:
space:
mode:
Diffstat (limited to 'vtysh/extract.pl')
-rwxr-xr-xvtysh/extract.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/vtysh/extract.pl b/vtysh/extract.pl
index 4a49a621..ca88cf7b 100755
--- a/vtysh/extract.pl
+++ b/vtysh/extract.pl
@@ -108,6 +108,9 @@ foreach (@ARGV) {
$protocol = "VTYSH_RIPD";
}
}
+ if ($file =~ /if_rmap.c/) {
+ $protocol = "VTYSH_RIPNGD";
+ }
} else {
($protocol) = ($file =~ /\/([a-z0-9]+)/);
$protocol = "VTYSH_" . uc $protocol;