Added forward to qvm-firewall help

This commit is contained in:
Giulio 2021-06-22 01:41:37 +02:00
parent fcc2ce94e7
commit e7d006f986

View File

@ -91,7 +91,7 @@ Both formats, positional and keyword arguments, can be used
interchangeably.
Available matches:
action: accept or drop
action: accept, drop or forward
dst4 synonym for dsthost
dst6 synonym for dsthost
dsthost IP, network or hostname
@ -212,7 +212,7 @@ def main(args=None, app=None):
rules_list_table(vm)
if args.reload:
vm.firewall.reload()
except qubesadmin.exc.QubesException as e:
except qubesadmin.exc.QubesException as e:""
parser.print_error(str(e))
return 1
return 0