[pve-devel] pve-firewall bug: interface match
Alexandre DERUMIER
aderumier at odiso.com
Tue May 13 11:22:44 CEST 2014
>>Can you provide a fix for that?
sure,I'll make a patch
----- Mail original -----
De: "Dietmar Maurer" <dietmar at proxmox.com>
À: "Alexandre DERUMIER (aderumier at odiso.com)" <aderumier at odiso.com>, pve-devel at pve.proxmox.com
Envoyé: Mardi 13 Mai 2014 11:07:30
Objet: pve-firewall bug: interface match
I have the following rule in host.fw:
IN ACCEPT tesif - - tcp 22
But this generate:
'-A PVEFW-HOST-IN -p tcp --dport 22 -j RETURN',
The correct rule would be:
'-A PVEFW-HOST-IN –i testif-p tcp --dport 22 -j RETURN',
Can you provide a fix for that?
More information about the pve-devel
mailing list