summaryrefslogtreecommitdiff
path: root/sys/net/if_vxlan.c
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2019-07-05 10:31:37 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2019-07-05 10:31:37 +0000
commit4c92d36a51d4ae100cccf6763c0c52abbbb88a0c (patch)
treef3bf3c86a67203c8bf845cfdcb7e27106b9ab686 /sys/net/if_vxlan.c
parent4c608f24a0136fb17f6a833c8ddf59cf1c3a6cb6 (diff)
downloadsrc-test2-4c92d36a51d4ae100cccf6763c0c52abbbb88a0c.tar.gz
src-test2-4c92d36a51d4ae100cccf6763c0c52abbbb88a0c.zip
Notes
Diffstat (limited to 'sys/net/if_vxlan.c')
-rw-r--r--sys/net/if_vxlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_vxlan.c b/sys/net/if_vxlan.c
index 81065bcec431..5e35baae2dbc 100644
--- a/sys/net/if_vxlan.c
+++ b/sys/net/if_vxlan.c
@@ -1134,7 +1134,7 @@ vxlan_socket_mc_join_group(struct vxlan_socket *vso,
* If we really need to, we can of course look in the INP's
* membership list:
* sotoinpcb(vso->vxlso_sock)->inp_moptions->
- * imo_membership[]->inm_ifp
+ * imo_head[]->imf_inm->inm_ifp
* similarly to imo_match_group().
*/
source->in4.sin_addr = local->in4.sin_addr;