I'm trying to use comment with the addition of a NAT rule and the format says comment (text).
I tried comment='something like this' and comment="something like this" and both failed.
What is the format for the comment?
[cknipe@MikroTik] ip address> add address=192.168.0.1/24 interface="Backbone Link" comment="blah $"
[cknipe@MikroTik] ip address> add address=192.168.0.2/24 interface="Backbone Link" comment="blah \$"
[cknipe@MikroTik] ip address> pr
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK BROADCAST INTERFACE
1 ;;; blah $
192.168.0.1/24 192.168.0.0 192.168.0.255 Backbone Link
2 ;;; blah $
192.168.0.2/24 192.168.0.0 192.168.0.255 Backbone Link
[cknipe@MikroTik] ip address>