summaryrefslogtreecommitdiff
path: root/vtysh/extract.pl
diff options
context:
space:
mode:
Diffstat (limited to 'vtysh/extract.pl')
-rwxr-xr-xvtysh/extract.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/extract.pl b/vtysh/extract.pl
index 4a459013..4eb88fa6 100755
--- a/vtysh/extract.pl
+++ b/vtysh/extract.pl
@@ -53,7 +53,7 @@ $ignore{'"show route-map"'} = "ignore";
foreach (@ARGV) {
$file = $_;
- open (FH, "cpp -DHAVE_CONFIG_H -DVTYSH_EXTRACT_PL -I. -I.. -I../lib $file |");
+ open (FH, "cpp -DHAVE_CONFIG_H -DVTYSH_EXTRACT_PL -DHAVE_IPV6 -I. -I.. -I../lib $file |");
local $/; undef $/;
$line = <FH>;
close (FH);