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. interchangeably.
Available matches: Available matches:
action: accept or drop action: accept, drop or forward
dst4 synonym for dsthost dst4 synonym for dsthost
dst6 synonym for dsthost dst6 synonym for dsthost
dsthost IP, network or hostname dsthost IP, network or hostname
@ -212,7 +212,7 @@ def main(args=None, app=None):
rules_list_table(vm) rules_list_table(vm)
if args.reload: if args.reload:
vm.firewall.reload() vm.firewall.reload()
except qubesadmin.exc.QubesException as e: except qubesadmin.exc.QubesException as e:""
parser.print_error(str(e)) parser.print_error(str(e))
return 1 return 1
return 0 return 0