]> git.ipfire.org Git - people/ms/rstp.git/commit
Change notification processing to account for kernel changes
authorSrinivas Aji <Aji_Srinivas@emc.com>
Mon, 28 May 2007 18:14:43 +0000 (23:44 +0530)
committerSrinivas Aji <Aji_Srinivas@emc.com>
Wed, 27 Feb 2008 18:03:50 +0000 (23:33 +0530)
commit09dffbd42fa35e38142d07764825b7a4498ec5b8
tree996749dc706a65d2ccd3564b5839e07bb6fd741e
parent1b9e819cfebc0bca8d267ab66963f4a280aa561d
Change notification processing to account for kernel changes

   We now always get NEWLINK and DELLINK notifications for bridge port
   additions and deletions. And DELLINK is only for port deletions.
   So we can always remove a bridge port on a DELLINK notification,
   and not make uncertain checks in fear of missing this.

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