diff options
Diffstat (limited to 'vtysh/extract.pl')
-rwxr-xr-x | vtysh/extract.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/extract.pl b/vtysh/extract.pl index 4a4590133..4eb88fa62 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); |