From: Andrew Tridgell Date: Tue, 11 Sep 2007 06:38:32 +0000 (+1000) Subject: fixed location of arp_filter X-Git-Tag: tevent-0.9.20~348^2~2424 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6728e05200475db9119eb87bb9c8aed9b156c39;p=thirdparty%2Fsamba.git fixed location of arp_filter (This used to be ctdb commit ea239c82fca2b9a648d21e5c603e632011958452) --- 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 ;;