suddently few days ago in routeros 6.48.3 the command "/ip address get " didn't work anymore.
More in details, I used to get the dynamic address of PPPoE interface as follows:
Code: Select all
/ip address get [find interface=pppoe-vdsl ] address
After 21/07/2021 it gives empty string, and nothing has changed in configuration and routeros version.
I found a workaround, currently the following syntax is working:
Code: Select all
/ip address get [:pick [/ip address find interface=vrrp_vdsl ] 0] address
Does everybody know the reason of this strange behaviour?
TIA,
rik