Is it possible to activate the "| commands"-option when comparing the candidate config?
For example:
[edit] user@vyos: set firewall ipv4 forward filter rule 1 description 'Example' [edit] user@vyos: set firewall ipv4 forward filter rule 1 action accept [edit] user@vyos: set firewall ipv4 forward filter rule 1 destination address 1.1.1.1 [edit| user@vyos: compare | commands set firewall ipv4 forward filter rule 1 action accept set firewall ipv4 forward filter rule 1 description 'Example' set firewall ipv4 forward filter rule 1 destination address 1.1.1.1
I would personally leave the error message when using the "show | commands" and instead implement this feature under the "compare" command.