commit | 569c0f0188168b79044cc8fcba4639585a3be661 | [log] [tgz] |
---|---|---|
author | paul <paul> | Sun Mar 02 21:19:26 2003 +0000 |
committer | paul <paul> | Sun Mar 02 21:19:26 2003 +0000 |
tree | 873bf6be6ca17ba3327ab76cf3cb4739792228b4 | |
parent | 338a99166f59e474c522d2eb7417b0de57f598d2 [diff] [blame] |
Updated vtysh_cmd's. Previously, this was only updated in rpm builds.
diff --git a/vtysh/extract.pl b/vtysh/extract.pl index 4a45901..4eb88fa 100755 --- a/vtysh/extract.pl +++ b/vtysh/extract.pl
@@ -53,7 +53,7 @@ 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);