From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 25 Sep 2013 00:17:50 +0800 Message-ID: <3176371.DjJ7IUOPmW@diderot> In-Reply-To: <1376930399-1043-1-git-send-email-ordex@autistici.org> References: <1376930399-1043-1-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: send GW_DEL event in case of soft-iface destruction Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org Cc: Antonio Quartulli , Antonio Quartulli On Monday 19 August 2013 18:39:59 Antonio Quartulli wrote: > From: Antonio Quartulli > > In case of soft_iface destruction send a GW DEL event to > userspace so that applications which are listening for GW > events are informed about the lost of connectivity and can > react accordingly. > > Signed-off-by: Antonio Quartulli > --- > hard-interface.c | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) Applied in revision e65bb36. Thanks, Marek