When creating a fw rule via pvesh like for example
the pos option is ignored. The last created rule will always become pos 0 and all others will be increased in the position by 1.
The API documentation says "Update rule at position <pos>."
Is it possible that this option is no longer valid for the group and only accepted when you modify a position?
Thanks and br
Philipp
Code:
pvesh create /cluster/firewall/groups/dropOutRFC1918 --pos 1 --enable 1 --type "out" --action "DROP" --log "debug"
the pos option is ignored. The last created rule will always become pos 0 and all others will be increased in the position by 1.
The API documentation says "Update rule at position <pos>."
Is it possible that this option is no longer valid for the group and only accepted when you modify a position?
Thanks and br
Philipp