Closed jovatn closed 2 months ago
Reproduced on main @ 1f74ebf82:
admin@ix-00-00-00:/> configure
admin@ix-00-00-00:/config/> edit interface br0
admin@ix-00-00-00:/config/interface/br0/> end
admin@ix-00-00-00:/config/> set interface e1 bridge-port bridge br0
admin@ix-00-00-00:/config/> leave
admin@ix-00-00-00:/> show interfaces
INTERFACE PROTOCOL STATE DATA
lo ethernet UP 00:00:00:00:00:00
ipv4 127.0.0.1/8 (static)
ipv6 ::1/128 (static)
Current Behavior
Running qemu.sh from the Infix 24.08.0 x86 tar-ball, by default provides a single Ethernet interface 'e1'. Creating a bridge (br0) and adding e1 as a bridge-port of br0 seems to work fine at first, but "show interface" do not list either br0 or e1.
br0 and e1 are both shown in Linux shell, though.
Expected Behavior
Doing the same with Infix 24.06.0 works as expected.
Steps To Reproduce
Download Infix 24.08.0 for x86 and unpack.
Additional information
Some syslog output below, perhaps it helps.