summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/l2/l2_bd.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnet/vnet/l2/l2_bd.h')
-rw-r--r--vnet/vnet/l2/l2_bd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnet/vnet/l2/l2_bd.h b/vnet/vnet/l2/l2_bd.h
index 82453eea153..2d7853ebead 100644
--- a/vnet/vnet/l2/l2_bd.h
+++ b/vnet/vnet/l2/l2_bd.h
@@ -70,7 +70,7 @@ typedef struct
/* Vector of members in the replication group */
l2_flood_member_t *members;
- /* hash ip4/ip6 -> mac for arp termination */
+ /* hash ip4/ip6 -> mac for arp/nd termination */
uword *mac_by_ip4;
uword *mac_by_ip6;