[B.A.T.M.A.N.] [PATCHv3 2/2] batman-adv: print the VID properly

2013-04-19 Thread Antonio Quartulli
From: Antonio Quartulli anto...@open-mesh.com Since the MSB bits of any vid variable are now used for storing flags, print the vid properly by taking the flags away and printing -1 in case of VID representing no real VLAN. Signed-off-by: Antonio Quartulli anto...@open-mesh.com ---

Re: [B.A.T.M.A.N.] [PATCHv3 2/2] batman-adv: print the VID properly

2013-04-19 Thread Marek Lindner
On Saturday, April 20, 2013 00:07:01 Antonio Quartulli wrote: From: Antonio Quartulli anto...@open-mesh.com Since the MSB bits of any vid variable are now used for storing flags, print the vid properly by taking the flags away and printing -1 in case of VID representing no real VLAN.