dom0/qubes-firewall: typo fix
This commit is contained in:
parent
0ca08d48b8
commit
a0e9feef92
@ -1055,7 +1055,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