From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 9 Jun 2013 21:50:42 +0800 References: <1370340711-1399-1-git-send-email-ordex@autistici.org> <1370340711-1399-2-git-send-email-ordex@autistici.org> In-Reply-To: <1370340711-1399-2-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201306092150.42770.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv4 01/13] batman-adv: add the VLAN ID attribute to the TT entry 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 Tuesday, June 04, 2013 18:11:39 Antonio Quartulli wrote: > From: Antonio Quartulli > > To make the translation table code VLAN-aware, each entry > must carry the VLAN ID which it belongs to. This patch adds > such attribute to the related TT structures. > > Signed-off-by: Antonio Quartulli > --- > bridge_loop_avoidance.c | 35 +++---- > distributed-arp-table.c | 11 ++- > gateway_client.c | 3 +- > main.c | 30 +++++- > main.h | 9 +- > packet.h | 14 ++- > routing.c | 26 ++++-- > send.c | 8 +- > send.h | 16 ++-- > soft-interface.c | 33 ++++--- > translation-table.c | 239 > +++++++++++++++++++++++++++++++++++++----------- > translation-table.h | 19 ++-- > types.h | 2 + > 13 files changed, 312 insertions(+), 133 deletions(-) Applied in revision 580d791. Thanks, Marek