From c63aee18ef1b39e26f9b3e3446d77259204f1081 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 23 Sep 2018 15:05:17 +0200 Subject: T500: arp_filter blocks ARPs for VRRP virtual addresses --- data/live-build-config/hooks/08-sysconf.chroot | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/live-build-config/hooks/08-sysconf.chroot b/data/live-build-config/hooks/08-sysconf.chroot index b0399027..8d1616c0 100755 --- a/data/live-build-config/hooks/08-sysconf.chroot +++ b/data/live-build-config/hooks/08-sysconf.chroot @@ -29,8 +29,6 @@ update_sysctl_conf () update_sysctl_conf kernel.printk "4 4 1 7" \ "the following stops low-level messages on console" -update_sysctl_conf net.ipv4.conf.default.arp_filter 1 \ - "reset promiscous arp response" update_sysctl_conf net.ipv4.conf.all.promote_secondaries 1 \ "promote secondaries with removal of primary address" update_sysctl_conf net.ipv4.ip_forward 1 \ -- cgit v1.2.3