summaryrefslogtreecommitdiff
path: root/src/conf_mode/firewall.py
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2022-09-29 13:59:10 +0200
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2023-08-25 15:53:30 +0200
commitd62f8ed1e3608d82e3e4fb7566817839023aa39c (patch)
tree4613bd1c9b5fc983c7cc1031d3e64677d528329c /src/conf_mode/firewall.py
parent5ea0428a08ae9e85fe2ebb6bb85dca07c5eb694f (diff)
downloadvyos-1x-d62f8ed1e3608d82e3e4fb7566817839023aa39c.tar.gz
vyos-1x-d62f8ed1e3608d82e3e4fb7566817839023aa39c.zip
firewall: T3509: Add support for IPv6 return path filtering
Diffstat (limited to 'src/conf_mode/firewall.py')
-rwxr-xr-xsrc/conf_mode/firewall.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf_mode/firewall.py b/src/conf_mode/firewall.py
index 8ad3f27fc..62116358e 100755
--- a/src/conf_mode/firewall.py
+++ b/src/conf_mode/firewall.py
@@ -54,7 +54,6 @@ sysfs_config = {
'log_martians': {'sysfs': '/proc/sys/net/ipv4/conf/all/log_martians'},
'receive_redirects': {'sysfs': '/proc/sys/net/ipv4/conf/*/accept_redirects'},
'send_redirects': {'sysfs': '/proc/sys/net/ipv4/conf/*/send_redirects'},
- 'source_validation': {'sysfs': '/proc/sys/net/ipv4/conf/*/rp_filter', 'disable': '0', 'strict': '1', 'loose': '2'},
'syn_cookies': {'sysfs': '/proc/sys/net/ipv4/tcp_syncookies'},
'twa_hazards_protection': {'sysfs': '/proc/sys/net/ipv4/tcp_rfc1337'}
}