Added forward to qvm-firewall help
This commit is contained in:
parent
fcc2ce94e7
commit
e7d006f986
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user