admin-api: remove separate methods for firewall policy

QubesOS/qubes-issues#2869
This commit is contained in:
Marek Marczykowski-Górecki 2017-06-26 06:05:31 +02:00
parent 7756a5353a
commit 9cd7cee04f
No known key found for this signature in database
GPG Key ID: F32894BE9684938A

View File

@ -52,9 +52,6 @@ to set the policy using current mechanism.
| `admin.vm.tag.Set` | vm | tag | - | - |
| `admin.vm.firewall.Get` | vm | - | - | `<rule>\n` | rules syntax as in [firewall interface](/doc/vm-interface/#firewall-rules-in-4x) with addition of `expire=` and `comment=` options; `comment=` (if present) must be the last option
| `admin.vm.firewall.Set` | vm | - | `<rule>\n` | - | set firewall rules, see `admin.vm.firewall.Get` for syntax
| `admin.vm.firewall.Flush` | vm | - | - | - |
| `admin.vm.firewall.SetPolicy` | vm | - | `accept|drop` | - |
| `admin.vm.firewall.GetPolicy` | vm | - | - | `accept|drop` |
| `admin.vm.firewall.Reload` | vm | - | - | - | force reload firewall without changing any rule
| `admin.vm.device.<class>.Attach` | vm | device | options | - | `device` is in form `<backend-name>+<device-ident>` <br/>optional options given in `key=value` format, separated with spaces; <br/>options can include `persistent=yes` to "persistently" attach the device (default is temporary)
| `admin.vm.device.<class>.Detach` | vm | device | - | - | `device` is in form `<backend-name>+<device-ident>`