Fix netmask for multicast route 85/129485/1
authorPiotr Sawicki <p.sawicki2@partner.samsung.com>
Tue, 16 May 2017 13:41:47 +0000 (15:41 +0200)
committerPiotr Sawicki <p.sawicki2@partner.samsung.com>
Tue, 16 May 2017 13:41:47 +0000 (15:41 +0200)
Change-Id: I29774309a5637ab2d37c294991a334416f30068f

src/nether-tests/setup-nether-tests-nns.sh

index 29c5274..32273cb 100644 (file)
@@ -30,7 +30,7 @@ ip netns exec $1 ifconfig veth1 10.1.0.2 netmask 255.255.255.252
 ip netns exec $1 route add -net 224.0.0.0 netmask 224.0.0.0 veth1
 
 ifconfig veth0 10.1.0.1 netmask 255.255.255.252
-route add -net 224.0.0.0 netmask 224.0.0.0 veth0
+route add -net 224.0.0.0 netmask 240.0.0.0 veth0
 
 # force ARP response
 ping -c 1 10.1.0.2 > /dev/null