]> git.ipfire.org Git - people/ms/rstp.git/commit
Track and cache bridge and port MAC addresses.
authorSrinivas Aji <Aji_Srinivas@emc.com>
Mon, 28 May 2007 18:30:40 +0000 (00:00 +0530)
committerSrinivas Aji <Aji_Srinivas@emc.com>
Wed, 27 Feb 2008 18:03:50 +0000 (23:33 +0530)
commit017b118568d5c033520128a776ad9b810cddccfd
treec492d9d9a4f1cda79dd618759aece539950e489b
parentfcc6b809a2889306841e0abf54e67e99b1808a66
Track and cache bridge and port MAC addresses.

   Check for MAC address change when we get notifications.
   If we get a port notification and find that the port MAC address
   changed, we check if the bridge MAC address changed as well.
   This will be useful for modifying RSTPLIB to allow setting bridge
   address instead of trying to replicate the kernel bridge address
   computation.

Signed-off-by: Srinivas Aji <Aji_Srinivas@emc.com>
bridge_track.c