summaryrefslogtreecommitdiff
path: root/vtysh/extract.pl
diff options
context:
space:
mode:
authorpaul <paul>2003-03-02 21:19:26 +0000
committerpaul <paul>2003-03-02 21:19:26 +0000
commit569c0f0188168b79044cc8fcba4639585a3be661 (patch)
tree873bf6be6ca17ba3327ab76cf3cb4739792228b4 /vtysh/extract.pl
parent338a99166f59e474c522d2eb7417b0de57f598d2 (diff)
Updated vtysh_cmd's. Previously, this was only updated in rpm builds.
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);