Introduced by 9a40777e03bb2710a4f716867b2153257098972f ("batman-adv: make the GW module correctly talk to the new VLAN-TT")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com --- gateway_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gateway_client.c b/gateway_client.c index 7299936..2449afa 100644 --- a/gateway_client.c +++ b/gateway_client.c @@ -722,7 +722,7 @@ bool batadv_gw_is_dhcp_target(struct sk_buff *skb, unsigned int *header_len) }
/** - * batadv_gw_out_of_range - check if the dhcp request destination the best gw + * batadv_gw_out_of_range - check if the dhcp request destination is the best gw * @bat_priv: the bat priv with all the soft interface information * @skb: the outgoing packet *
On Saturday 19 October 2013 16:14:49 Antonio Quartulli wrote:
Introduced by 9a40777e03bb2710a4f716867b2153257098972f ("batman-adv: make the GW module correctly talk to the new VLAN-TT")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com
gateway_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied in revision e00f562.
Thanks, Marek
b.a.t.m.a.n@lists.open-mesh.org