From 2cef6f96025cb2d44b5cd480013413da84f88e35 Mon Sep 17 00:00:00 2001 From: Travis Kemen Date: Mon, 16 Apr 2007 13:18:37 +0000 Subject: [PATCH] fix external ip address detection SVN-Revision: 6973 --- .../100-iptables-wan-device-name.patch | 36 +++++++++++-------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/net/miniupnpd/patches/100-iptables-wan-device-name.patch b/net/miniupnpd/patches/100-iptables-wan-device-name.patch index dbeebf1a82..93e11ca9c2 100644 --- a/net/miniupnpd/patches/100-iptables-wan-device-name.patch +++ b/net/miniupnpd/patches/100-iptables-wan-device-name.patch @@ -1,26 +1,34 @@ diff -urN miniupnpd.orig/linux/iptables_init.sh miniupnpd/linux/iptables_init.sh ---- miniupnpd.orig/linux/iptables_init.sh 2006-11-23 07:56:34.000000000 -0500 -+++ miniupnpd/linux/iptables_init.sh 2006-11-24 18:57:43.000000000 -0500 -@@ -2,8 +2,7 @@ +--- miniupnpd.orig/linux/iptables_init.sh 2007-04-13 10:02:22.291113712 -0500 ++++ miniupnpd/linux/iptables_init.sh 2007-04-13 10:04:33.346190312 -0500 +@@ -1,9 +1,12 @@ + #! /bin/sh # $Id: iptables_init.sh,v 1.3 2006/11/23 12:32:57 nanard Exp $ ++. /etc/functions.sh IPTABLES=iptables - --#change this parameters : + + #change this parameters : -EXTIF=eth0 -+EXTIF=$(uci get network.wan.ifname) ++include /lib/network ++scan_interfaces ++config_get EXTIF wan ifname EXTIP="`LC_ALL=C /sbin/ifconfig $EXTIF | grep 'inet addr' | awk '{print $2}' | sed -e 's/.*://'`" echo "External IP = $EXTIP" diff -urN miniupnpd.orig/linux/iptables_removeall.sh miniupnpd/linux/iptables_removeall.sh ---- miniupnpd.orig/linux/iptables_removeall.sh 2006-11-23 07:56:34.000000000 -0500 -+++ miniupnpd/linux/iptables_removeall.sh 2006-11-24 19:00:47.000000000 -0500 -@@ -2,8 +2,7 @@ +--- miniupnpd.orig/linux/iptables_removeall.sh 2007-04-13 10:01:53.455497392 -0500 ++++ miniupnpd/linux/iptables_removeall.sh 2007-04-13 10:04:19.444303720 -0500 +@@ -1,9 +1,12 @@ + #! /bin/sh # $Id: iptables_removeall.sh,v 1.3 2006/11/23 12:32:57 nanard Exp $ ++. /etc/functions.sh IPTABLES=iptables - --#change this parameters : + + #change this parameters : -EXTIF=eth0 -+EXTIF=$(uci get network.wan.ifname) ++include /lib/network ++scan_interfaces ++config_get EXTIF wan ifname EXTIP="`LC_ALL=C /sbin/ifconfig $EXTIF | grep 'inet addr' | awk '{print $2}' | sed -e 's/.*://'`" - - #removing the MINIUPNPD chain for nat + + #removing the MINIUPNPD chain for nat \ No newline at end of file -- 2.30.2