diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2008-05-03 01:53:33 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-05-03 01:53:33 +0200 |
commit | ae4f8fca4030a4e783fa4ccb0c9d8d8a8cf60a32 (patch) | |
tree | d2886fa956395043efa25bd1aebb93da27162b78 /arch/sh | |
parent | tg3: Update version to 3.92 (diff) | |
download | linux-ae4f8fca4030a4e783fa4ccb0c9d8d8a8cf60a32.tar.xz linux-ae4f8fca4030a4e783fa4ccb0c9d8d8a8cf60a32.zip |
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 <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sh')
0 files changed, 0 insertions, 0 deletions