On Monday 23 December 2013 21:43:39 Antonio Quartulli wrote:
When batadv_get_vid() is invoked in interface_rx() the batman-adv header has already been removed, therefore the header_len argument has to be 0.
Introduced by 580d7919f19e4f73ccd79e82a532af2bdc638042 ("batman-adv: add the VLAN ID attribute to the TT entry")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com
soft-interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied in revision c03be25.
Thanks, Marek