On Saturday, June 11, 2011 12:21:28 PM Marek Lindner wrote:
In case of new default gw, changing the default gw or deleting the default gw a uevent is triggered with type=gw, action=add/change/del and data={GW_ORIG_ADDRESS} (if any).
The gateway election mechanism has been a little revised. Now the gw_election is trigered by an atomic_t flag (gw_reselect) which is is set to 1 in case of election needed, avoding to set curr_gw to NULL.
Sven suggested splitting this patch, therefore I applied this in revision 6a17ecc and c792264.
Thanks, Marek