From a6728e05200475db9119eb87bb9c8aed9b156c39 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 11 Sep 2007 16:38:32 +1000 Subject: [PATCH] fixed location of arp_filter (This used to be ctdb commit ea239c82fca2b9a648d21e5c603e632011958452) --- ctdb/config/events.d/10.interface | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctdb/config/events.d/10.interface b/ctdb/config/events.d/10.interface index 0d1886aec84..718dd2290c7 100755 --- a/ctdb/config/events.d/10.interface +++ b/ctdb/config/events.d/10.interface @@ -26,7 +26,7 @@ case $cmd in startup) # make sure that we only respond to ARP messages from the NIC where # a particular ip address is associated. - echo 1 > /proc/sys/ipv4/conf/all/arp_filter + echo 1 > /proc/sys/net/ipv4/conf/all/arp_filter ;; -- 2.47.3