From f0e30c996b6e3d4dd8d1637666cb97606de751e9 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Thu, 29 Nov 2018 14:29:03 +0100 Subject: [PATCH] macro: fix return verification failure macros are strings not integers Signed-off-by: Dominik Csapak --- src/PVE/API2/Firewall/Rules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/API2/Firewall/Rules.pm b/src/PVE/API2/Firewall/Rules.pm index b2a81a1..1670986 100644 --- a/src/PVE/API2/Firewall/Rules.pm +++ b/src/PVE/API2/Firewall/Rules.pm @@ -150,7 +150,7 @@ sub register_get_rule { optional => 1, }, macro => { - type => 'integer', + type => 'string', optional => 1, }, pos => { -- 2.39.2