]> git.proxmox.com Git - pve-firewall.git/commit - src/PVE/Firewall.pm
Fix #4550 : host options: add nf_conntrack_helpers
authorAlexandre Derumier <aderumier@odiso.com>
Thu, 9 Mar 2023 15:34:16 +0000 (16:34 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 13 Mar 2023 09:41:09 +0000 (10:41 +0100)
commite3047e3f0c09cf4f337c71ce560ea21a699f0448
tree90aa1377461e719793b8e10ce0d99a821bd0ae37
parent43dfdf3bac44f03eddb0cc3deda676fdf65d52dd
Fix #4550 : host options: add nf_conntrack_helpers

kernel 6.1 have removed auto helpers loading.
This was deprecaded since multiple years.

We simply need to add rules in PREROUTING to load theses helpers.

supported protocols :
- amanda
- ftp
- irc (ipv4 only)
- netbios-ns (ipv4 only)
- pptp (ipv4 only)
- sane
- sip
- snmp (ipv4 only)
- tftp

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
src/PVE/Firewall.pm