Repository : ssh://git@open-mesh.org/batctl
On branch : master
commit e3bbef54d1197fd975591a42974f050867a9d1e4 Author: Marek Lindner mareklindner@neomailbox.ch Date: Sun Aug 9 23:56:50 2015 +0800
batctl: remove leftovers of unused BATADV_PRIMARIES_FIRST_HOP flag
Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
e3bbef54d1197fd975591a42974f050867a9d1e4 packet.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/packet.h b/packet.h index 9c438db..72fd5b0 100644 --- a/packet.h +++ b/packet.h @@ -72,8 +72,7 @@ enum batadv_subtype { * enum batadv_iv_flags - flags used in B.A.T.M.A.N. IV OGM packets * @BATADV_NOT_BEST_NEXT_HOP: flag is set when ogm packet is forwarded and was * previously received from someone else than the best neighbor. - * @BATADV_PRIMARIES_FIRST_HOP: flag is set when the primary interface address - * is used, and the packet travels its first hop. + * @BATADV_PRIMARIES_FIRST_HOP: flag unused. * @BATADV_DIRECTLINK: flag is for the first hop or if rebroadcasted from a * one hop neighbor on the interface where it was originally received. */