]> git.pld-linux.org Git - packages/net-tools.git/commitdiff
- Enabled FW/Masquerade support. net-tools-1_57-4
authormkochano <mkochano@pld-linux.org>
Thu, 26 Oct 2000 08:47:30 +0000 (08:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    net-tools-config.patch -> 1.5

net-tools-config.patch

index 997257a636f39a56ba34d60d69386d6ddbe93848..1ca2043af92ab60f5cf2f323b8aa85c9542f5f57 100644 (file)
@@ -73,7 +73,7 @@ diff -Nru net-tools-1.56/config.h net-tools-1.56.new/config.h
 + * Other Features.
 + * 
 + */
-+#define HAVE_FW_MASQUERADE 0
++#define HAVE_FW_MASQUERADE 1
 +#define HAVE_IP_TOOLS 0
 +#define HAVE_MII 1
 diff -Nru net-tools-1.56/config.in net-tools-1.56.new/config.in
@@ -125,7 +125,7 @@ diff -Nru net-tools-1.56/config.make net-tools-1.56.new/config.make
 +# HAVE_HWHDLCLAPB=0
 +HAVE_HWIRDA=1
 +# HAVE_HWEC=0
-+# HAVE_FW_MASQUERADE=0
++# HAVE_FW_MASQUERADE=1
 +# HAVE_IP_TOOLS=0
 +HAVE_MII=1
 diff -Nru net-tools-1.56/config.status net-tools-1.56.new/config.status
@@ -220,6 +220,6 @@ diff -Nru net-tools-1.56/config.status net-tools-1.56.new/config.status
 +*
 +*           Other Features.
 +*
-+bool 'IP Masquerading support' HAVE_FW_MASQUERADE n
++bool 'IP Masquerading support' HAVE_FW_MASQUERADE y
 +bool 'Build iptunnel and ipmaddr' HAVE_IP_TOOLS n
 +bool 'Build mii-tool' HAVE_MII y
This page took 0.103067 seconds and 4 git commands to generate.