batman-adv: free neighbors when an interface is deactivated
authorMarek Lindner <lindner_marek@yahoo.de>
Wed, 19 Jan 2011 19:16:10 +0000 (19:16 +0000)
committerMarek Lindner <lindner_marek@yahoo.de>
Sat, 5 Mar 2011 11:49:55 +0000 (12:49 +0100)
hardif_disable_interface() calls purge_orig_ref() to immediately free
all neighbors associated with the interface that is going down.
purge_orig_neighbors() checked if the interface status is IF_INACTIVE
which is set to IF_NOT_IN_USE shortly before calling purge_orig_ref().

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
net/batman-adv/originator.c

Simple merge