Browse Source

Added forward to qvm-firewall help

Giulio 2 years ago
parent
commit
e7d006f986
1 changed files with 2 additions and 2 deletions
  1. 2 2
      qubesadmin/tools/qvm_firewall.py

+ 2 - 2
qubesadmin/tools/qvm_firewall.py

@@ -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