[oe-commits] Scott Garman : runqemu-ifup: enable arp proxying

git at git.openembedded.org git at git.openembedded.org
Thu Jun 14 10:17:14 UTC 2012


Module: openembedded-core.git
Branch: denzil
Commit: 680a94c378f20c00e8bee0575b8922bccc008fec
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=680a94c378f20c00e8bee0575b8922bccc008fec

Author: Scott Garman <scott.a.garman at intel.com>
Date:   Thu Jun  7 16:36:56 2012 -0700

runqemu-ifup: enable arp proxying

This allows core-image-sato to access the WAN.

Thanks to Dexuan Cui for proposing this fix.

Fixes [YOCTO #2329]

Signed-off-by: Scott Garman <scott.a.garman at intel.com>
Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 scripts/runqemu-ifup |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/scripts/runqemu-ifup b/scripts/runqemu-ifup
index f80538f..1f1b4c8 100755
--- a/scripts/runqemu-ifup
+++ b/scripts/runqemu-ifup
@@ -103,6 +103,7 @@ $ROUTE add -host 192.168.7.$dest $TAP
 $IPTABLES -A POSTROUTING -t nat -j MASQUERADE -s 192.168.7.$n/32
 $IPTABLES -A POSTROUTING -t nat -j MASQUERADE -s 192.168.7.$dest/32
 echo 1 > /proc/sys/net/ipv4/ip_forward
+echo 1 > /proc/sys/net/ipv4/conf/$TAP/proxy_arp
 $IPTABLES -P FORWARD ACCEPT
 
 echo $TAP





More information about the Openembedded-commits mailing list