Thu Aug 31, 2023 4:44 pm
WinBox is 3.39 and WebFig 7.11.1 (latest as of this post).
Yes, it is correct when using the CLI.
Your WinBox image show exactly what I'm talking about: Address: 0.0.0.0/0.
It's not a question of being able to check the IP address using WinBox/WebFig, but rather to make changes (need apply/ok).
Look what happens when you modify (webFig) a veth interface and "reenter" the IP address:
[admin@gaia] > /interface/veth/print
Flags: X - disabled; R - running
0 ;;; test
name="veth1" address=10.10.10.248/0,10.10.10.249/0,192.168.55.1/0
gateway=10.10.10.1 gateway6=""
It ADDs the IP to making it a list... Weird, at best. This is definitely a bug
WinBox at least does not create multiple addresses (edited the last veth to force a change):
[admin@gaia] > /interface/veth/print
Flags: X - disabled; R - running
0 ;;; test
name="veth1" address=10.10.10.247/32 gateway=10.10.10.1 gateway6=""
Strangely is that after changing with WinBox, if I open the veth again it shows the IP. But it will revert to 0.0.0.0/0 if I close and reopen WinBox (so it was kept in memory on WinBox).
A clear bug for me.