]> code.ossystems Code Review - openembedded-core.git/commit
scripts/runqemu-ifup: Ensure netmask is set correctly
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Dec 2011 13:35:15 +0000 (13:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Jan 2012 16:39:06 +0000 (16:39 +0000)
commitf5bcd56dcca7daad6aa6b4371d4e331d8ffd11eb
tree7e094386c0c671cedb4e6cce1c6ec5a70197da17
parentaa632292cc55b997a5b808b6c4a70ce33a3b9e7e
scripts/runqemu-ifup: Ensure netmask is set correctly

Without this the command will add a route for the subnet 192.168.7.0 which
means multiple qemu instances can't operate correctly since all but the last
one will be masked out.

(From OE-Core rev: 9e00d6b343120496ec0dd72240c7b04e0a8b7eaa)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu-ifup