It looks as if DHCP keyword is not recognized (printed in red color), but after pressing TAB, there is keyword DHCP in help:
Code: Select all
/ip arp> :put [find <TAB>
.dead .nextid address complete dynamic invalid published
.id DHCP comment disabled interface mac-address where
/ip arp> :put [find DHCP=yes]
Code: Select all
/ip arp> :put [get *3093]
.id=*3093;DHCP=true;address=10.12.84.80;complete=true;disabled=false;dynamic=true;interface=xxx;invalid=false;mac-address=xxx;published=false
In RouterOS 5.26 DHCP flag in find command is red too, but it returns results. There is just cosmetic problem.
Is it bug or I do something wrong?
Thanks.