Currently using 1.3.0rc6, configured one interface to act as WAN side and get its address by my ISP’s DHCP server:
set interface ethernet eth6 address dhcp
Recently I decide to move my WAN port to another interface, eth12, so I did:
delete interface bridge br0 member interface eth12
delete interface ethernet eth6 address dhcp
set interface bridge br0 member interface eth6
set interface ethernet eth12 address dhcp
Everything is fine after that, eth6 is working as a part of bridge, but when I type show dhcp client lieases
I see both interfaces in the DHCP client list, eth6 and eth12. Seems like the old interface is stuck somewhere, rebooting didn’t help.
interface : eth12
...
last update: Mon May 9 12:18:55 MSK 2022
expiry : Tue May 10 12:18:55 MSK 2022
reason : BOUND
interface : eth6
last update: Mon May 9 11:48:21 MSK 2022
reason : PREINIT