From: dlg Date: Tue, 18 Jan 2022 10:48:33 +0000 (+0000) Subject: a comment about bridges shouldnt list switch(4), but can have veb(4). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7a24b51f93abdc1450551e35f779c4978427fa3f;p=openbsd a comment about bridges shouldnt list switch(4), but can have veb(4). --- 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.