I purchased a Picozed 7030 processor card with an FMC carrier card. The Picozed came preloaded with WIndriver Pulsar Linux.
ifconfig lists three devices: br0, eth0 and lo. I assumed br0 and eth0 correspond to the two Ethernet ports on the FMC carrier since ifconfig shows that br0 and eth0 have unique mac addresses.
I configured eth0 with a static IP address, connect it to a switch that is also connected to a laptop. Communication works fine with this port
I configured br0 with a static IP address, connect it to the same switch and remove the eth0 connection. Communication does not work. But when I connect eth0 to the switch communication over br0 works. When I disconnect br0 but leave eth0 plugged in to the switch communication to br0 works.
I found that br0 is configured as a bridge. When I issue the command: brctl show, it lists br0 as a bridge.
Assuming that br0 corresponds to the second Ethernet port on the FMC, how do I disable the bridge and configure br0 as an independent port?