Re: [PATCH net] selftests: set sysctl bc_forwarding properly in router_broadcast.sh

2019-06-03 Thread David Miller
From: Xin Long Date: Sun, 2 Jun 2019 19:09:55 +0800 > sysctl setting bc_forwarding for $rp2 is needed when ping_test_from h2, > otherwise the bc packets from $rp2 won't be forwarded. This patch is to > add this setting for $rp2. > > Also, as ping_test_from does grep "$from" only, which could ma

[PATCH net] selftests: set sysctl bc_forwarding properly in router_broadcast.sh

2019-06-02 Thread Xin Long
sysctl setting bc_forwarding for $rp2 is needed when ping_test_from h2, otherwise the bc packets from $rp2 won't be forwarded. This patch is to add this setting for $rp2. Also, as ping_test_from does grep "$from" only, which could match some unexpected output, some test case doesn't really work, l