X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=src%2Fpve-firewall;h=034f93354d9398ac73654ebe83137f03a04d592d;hb=b1ef6d2e715d6aeaf67d53ca3270f0d247c407d9;hp=91fc531cf9181d7137a6eff5dc6ff285e11e4005;hpb=e7fb6ff270f833412f7fdc753e170e68b0041656;p=pve-firewall.git diff --git a/src/pve-firewall b/src/pve-firewall index 91fc531..034f933 100755 --- a/src/pve-firewall +++ b/src/pve-firewall @@ -349,7 +349,7 @@ __PACKAGE__->register_method ({ __PACKAGE__->register_method ({ name => 'compile', path => 'compile', - method => 'POST', + method => 'GET', description => "Compile and print firewall rules. This is useful for testing.", parameters => { additionalProperties => 0, @@ -416,7 +416,7 @@ __PACKAGE__->register_method ({ __PACKAGE__->register_method ({ name => 'simulate', path => 'simulate', - method => 'POST', + method => 'GET', description => "Simulate firewall rules. This does not simulate kernel 'routing' table. Instead, this simply assumes that routing from source zone to destination zone is possible.", parameters => { additionalProperties => 0,