dom0/qubes-firewall: typo fix
This commit is contained in:
parent
e089c0e1e6
commit
21803c14fa
@ -1066,7 +1066,7 @@ class QubesVm(object):
|
|||||||
rule["netmask"] = 32
|
rule["netmask"] = 32
|
||||||
|
|
||||||
# For backward compatibility default to tcp
|
# For backward compatibility default to tcp
|
||||||
if rule["proto" is None:
|
if rule["proto"] is None:
|
||||||
rule["proto"] = "tcp"
|
rule["proto"] = "tcp"
|
||||||
|
|
||||||
if rule["port"] is not None:
|
if rule["port"] is not None:
|
||||||
|
Loading…
Reference in New Issue
Block a user