From 9cd7cee04f34df79c34c785a8ba3a43dc0250c05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 26 Jun 2017 06:05:31 +0200 Subject: [PATCH] admin-api: remove separate methods for firewall policy QubesOS/qubes-issues#2869 --- services/admin-api.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/services/admin-api.md b/services/admin-api.md index 70ac05f0..b761d5e6 100644 --- a/services/admin-api.md +++ b/services/admin-api.md @@ -52,9 +52,6 @@ to set the policy using current mechanism. | `admin.vm.tag.Set` | vm | tag | - | - | | `admin.vm.firewall.Get` | vm | - | - | `\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 | - | `\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..Attach` | vm | device | options | - | `device` is in form `+`
optional options given in `key=value` format, separated with spaces;
options can include `persistent=yes` to "persistently" attach the device (default is temporary) | `admin.vm.device..Detach` | vm | device | - | - | `device` is in form `+`