diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-09-23 15:05:17 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-09-23 15:05:52 +0200 |
commit | c63aee18ef1b39e26f9b3e3446d77259204f1081 (patch) | |
tree | 954241dcf8b8a0a1a18fa52c2b0be29b315d9e77 | |
parent | 6e91656a8a4bbca11591d27487a8719c9ab9eebc (diff) | |
download | vyos-build-c63aee18ef1b39e26f9b3e3446d77259204f1081.tar.gz vyos-build-c63aee18ef1b39e26f9b3e3446d77259204f1081.zip |
T500: arp_filter blocks ARPs for VRRP virtual addresses
-rwxr-xr-x | data/live-build-config/hooks/08-sysconf.chroot | 2 |
1 files changed, 0 insertions, 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 \ |