summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2022-01-18 10:48:34 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2022-01-18 10:48:34 +0000
commite44c9aff7c72421b0aa31d01b1af7dccf60c5692 (patch)
tree7acb4fb37b709ad49ef9048fd54f2de3801511fb /sys
parent18af88e1c52a9e4162bd93e784d1c46c55a7e93f (diff)
a comment about bridges shouldnt list switch(4), but can have veb(4).
Diffstat (limited to 'sys')
-rw-r--r--sys/net/if_ethersubr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
index f4ec4ff9696..421a2d239c7 100644
--- a/sys/net/if_ethersubr.c
+++ b/sys/net/if_ethersubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ethersubr.c,v 1.276 2021/08/19 10:22:00 dlg Exp $ */
+/* $OpenBSD: if_ethersubr.c,v 1.277 2022/01/18 10:48:33 dlg Exp $ */
/* $NetBSD: if_ethersubr.c,v 1.19 1996/05/07 02:40:30 thorpej Exp $ */
/*
@@ -416,7 +416,7 @@ ether_input(struct ifnet *ifp, struct mbuf *m)
* Third phase: bridge processing.
*
* Give the packet to a bridge interface, ie, bridge(4),
- * switch(4), or tpmr(4), if it is configured. A bridge
+ * veb(4), or tpmr(4), if it is configured. A bridge
* may take the packet and forward it to another port, or it
* may return it here to ether_input() to support local
* delivery to this port.