25bd1aebb93da27162b78 parent 920e37f76b19b4a3d8a1a3144cd6ee24e0e7f5b4 author Stephen Hemminger 1209772413 -0700 committer David S. Miller 1209772413 -0700 bridge: forwarding table information for >256 devices The forwarding table binary interface (my bad choice), only exposes the port number of the first 8 bits. The bridge code was limited to 256 ports at the time, but now the kernel supports up 1024 ports, so the upper bits are lost when doing: brctl showmacs The fix is to squeeze the extra bits into small hole left in data structure, to maintain binary compatiablity. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller `