Re: [B.A.T.M.A.N.] [PATCHv3] batman-adv: use check_unicast_packet() in recv_roam_adv()
From: Marek Lindner <hidden>
Date: 2012-08-21 23:36:10
From: Marek Lindner <hidden>
Date: 2012-08-21 23:36:10
On Tuesday, July 31, 2012 17:19:15 Antonio Quartulli wrote:
To avoid code duplication and to simplify further changes, check_unicast_packet() is now used in recv_roam_adv() to check for not well formed packets and so discard them. Signed-off-by: Antonio Quartulli <redacted> --- v2 - coment rearrangement v3 - fixed sizeof argument (use the variable name instead of the type, if possible) routing.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-)
Applied in revision 2ce4b9b. Thanks, Marek