commit | 40a3eb33e307616567f4b81792f405a7f3f0abee | [log] [tgz] |
---|---|---|
author | Def <def@laposte.net> | Thu Sep 20 14:56:13 2012 +0200 |
committer | Antonio Quartulli <ordex@autistici.org> | Sun Sep 23 23:12:48 2012 +0200 |
tree | 2b64e21f3025c1ecb22293d713427dcd675cf9a8 | |
parent | 2b018d57ff18e5405823e5cb59651a5b4d946d7b [diff] |
batman-adv: Fix change mac address of soft iface. Into function interface_set_mac_addr, the function tt_local_add was invoked before updating dev->dev_addr. The new MAC address was not tagged as NoPurge. Signed-off-by: Def <def@laposte.net>