On Monday, February 01, 2016 15:21:37 Simon Wunderlich wrote:
From: Simon Wunderlich simon@open-mesh.com
To match our code better to the protocol description of B.A.T.M.A.N. V, move batadv_v_ogm_forward() out into batadv_v_ogm_process_per_outif() and move all checks directly deciding whether the OGM should be forwarded into batadv_v_ogm_forward().
Signed-off-by: Simon Wunderlich simon@open-mesh.com
Changes to PATCH:
- fix some embarassing compile issues and style issues (thanks Marek)
net/batman-adv/bat_v_ogm.c | 110 ++++++++++++++++++++++++++------------------- 1 file changed, 63 insertions(+), 47 deletions(-)
Applied in revision 30c96bc.
Thanks, Marek