diff options
| author | Giga Murphy <giga1699@gmail.com> | 2025-07-17 03:36:04 +0000 |
|---|---|---|
| committer | Giga Murphy <giga1699@gmail.com> | 2025-07-17 03:42:16 +0000 |
| commit | f3d6b9aa369ea08868a35cd44225b4013540b7ab (patch) | |
| tree | 9e5ddf5813e74346e21160bd94d05bca3edcfa57 /data | |
| parent | 115fe85c726f85b8171e17f128ba204bdde34a57 (diff) | |
| download | vyos-1x-f3d6b9aa369ea08868a35cd44225b4013540b7ab.tar.gz vyos-1x-f3d6b9aa369ea08868a35cd44225b4013540b7ab.zip | |
T5797: Adjust MSS from forward hook to postrouting
Diffstat (limited to 'data')
| -rw-r--r-- | data/vyos-firewall-init.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/vyos-firewall-init.conf b/data/vyos-firewall-init.conf index 3929edf0b..220b75652 100644 --- a/data/vyos-firewall-init.conf +++ b/data/vyos-firewall-init.conf @@ -17,7 +17,7 @@ table inet mangle { table raw { chain VYOS_TCP_MSS { - type filter hook forward priority -300; policy accept; + type filter hook postrouting priority -300; policy accept; } chain vyos_global_rpfilter { @@ -37,7 +37,7 @@ table raw { table ip6 raw { chain VYOS_TCP_MSS { - type filter hook forward priority -300; policy accept; + type filter hook postrouting priority -300; policy accept; } chain vyos_global_rpfilter { |
