[B.A.T.M.A.N.] [PATCH] batman-adv: pass the WIFI flag from the local to global entry

2012-07-29 Thread Antonio Quartulli
in case of client roaming a new global entry is added while a corresponding local one is still present. In this case the node can safely pass the WIFI flag from the local to the global entry Signed-off-by: Antonio Quartulli --- translation-table.c | 36 1 f

[B.A.T.M.A.N.] [PATCH] batman-adv: use check_unicast_packet() in recv_roam_adv()

2012-07-29 Thread Antonio Quartulli
To avoid code duplication and simplify later changes, check_unicast_packet() is now used into recv_roam_adv() instead of letting it perform all the checks by itself Signed-off-by: Antonio Quartulli --- routing.c | 16 ++-- 1 file changed, 2 insertions(+), 14 deletions(-) diff --gi

Re: [B.A.T.M.A.N.] RFC: Migration to a new git server backend

2012-07-29 Thread Antonio Quartulli
On Sun, Jul 29, 2012 at 07:49:28PM +0200, Sven Eckelmann wrote: > On Sunday 22 July 2012 01:43:25 Sven Eckelmann wrote: > > 1. 1 repository per project > > > >use only one repo for each project (batman-adv, batctl, batmand, ...) and > > use branch namespaces for individual users: > >* mast

Re: [B.A.T.M.A.N.] RFC: Migration to a new git server backend

2012-07-29 Thread Marek Lindner
On Sunday, July 29, 2012 19:49:28 Sven Eckelmann wrote: > The branches were migrated to the main repositories batman-adv.git and > batctl.git. Simon Wunderlich, Marek Lindner and I have full access to > these repositories. Following users have full access to their own branch > namespaces > > ref

Re: [B.A.T.M.A.N.] RFC: Migration to a new git server backend

2012-07-29 Thread Sven Eckelmann
On Sunday 22 July 2012 01:43:25 Sven Eckelmann wrote: > 1. 1 repository per project > >use only one repo for each project (batman-adv, batctl, batmand, ...) and > use branch namespaces for individual users: >* master, next, maint for the main stuff >* ordex/ (for example ordex/dat), hun