From b31f425220c137a524211404cb950be4b632647f Mon Sep 17 00:00:00 2001 From: Piotr Sawicki Date: Tue, 16 May 2017 15:41:47 +0200 Subject: [PATCH] Fix netmask for multicast route Change-Id: I29774309a5637ab2d37c294991a334416f30068f --- src/nether-tests/setup-nether-tests-nns.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nether-tests/setup-nether-tests-nns.sh b/src/nether-tests/setup-nether-tests-nns.sh index 29c52740..32273cbf 100644 --- a/src/nether-tests/setup-nether-tests-nns.sh +++ b/src/nether-tests/setup-nether-tests-nns.sh @@ -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 -- 2.34.1