all reference (for example rules, hotspot,…) change into new name.
So if i do this:
/interface set "lan1" name="lan2"
/interface add name="lan1"
the rules (for example) point to old interface not to new.
My target is: add a vrrp interface (i2) to an existing ethernet interface (i1) without change rules, hotspot,… that point to the existing ethernet interface (i1 → i2). Something like this:
use VRRP as it is intended. Interface name change should change name of the interface in all places in the configuration where it could be chosen as suggested item.
VRRP is inteded to change IP address on the interface and that feature is working as intended.