fixed location of arp_filter
authorAndrew Tridgell <tridge@samba.org>
Tue, 11 Sep 2007 06:38:32 +0000 (16:38 +1000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 11 Sep 2007 06:38:32 +0000 (16:38 +1000)
(This used to be ctdb commit ea239c82fca2b9a648d21e5c603e632011958452)

ctdb/config/events.d/10.interface

index 0d1886aec845c6b57eb939c942a3a42d47b21dd8..718dd2290c78a90170e409787880a8b9703bd4a9 100755 (executable)
@@ -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
        ;;