sysctl values written by firewall global-options are overwritten when using system option performance configuration:
How to reproduce:
vyos@vyos# sudo sysctl -a | grep net.ipv4.conf.all.send_redirects net.ipv4.conf.all.send_redirects = 1 [edit] vyos@vyos# [edit] vyos@vyos# set firewall global-options send-redirects disable [edit] vyos@vyos# commit [edit] vyos@vyos# sudo sysctl -a | grep net.ipv4.conf.all.send_redirects net.ipv4.conf.all.send_redirects = 0 [edit] vyos@vyos# set system option performance network-throughput [edit] vyos@vyos# commit [edit] vyos@vyos# sudo sysctl -a | grep net.ipv4.conf.all.send_redirects net.ipv4.conf.all.send_redirects = 1 [edit] vyos@vyos#