dom0: do not include VM name in iptables rules (#698)
This commit is contained in:
parent
0b078a5e70
commit
55ae7df551
@ -2070,7 +2070,6 @@ class QubesProxyVm(QubesNetVm):
|
||||
if ip is None:
|
||||
continue
|
||||
|
||||
iptables += "# '{0}' VM:\n".format(vm.name)
|
||||
# Anti-spoof rules are added by vif-script (vif-route-qubes), here we trust IP address
|
||||
|
||||
accept_action = "ACCEPT"
|
||||
|
Loading…
Reference in New Issue
Block a user