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);