summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2015-06-25 09:22:36 +0000
committermpi <mpi@openbsd.org>2015-06-25 09:22:36 +0000
commit8f3e929d5c3f28c2971c22cf0aefe64e5f8895cf (patch)
treeae61459d56dae8386cb11bd7ed4f00abe914ea53
parentMove brige(4)'s output hook outside of ether_output(). (diff)
downloadwireguard-openbsd-8f3e929d5c3f28c2971c22cf0aefe64e5f8895cf.tar.xz
wireguard-openbsd-8f3e929d5c3f28c2971c22cf0aefe64e5f8895cf.zip
No more NBRIDGE in the Ethernet layer. Fewer layer violation, say yeah!
-rw-r--r--sys/net/if_ethersubr.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
index 6470788889b..7b617832af4 100644
--- a/sys/net/if_ethersubr.c
+++ b/sys/net/if_ethersubr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ethersubr.c,v 1.209 2015/06/25 09:20:20 mpi Exp $ */
+/* $OpenBSD: if_ethersubr.c,v 1.210 2015/06/25 09:22:36 mpi Exp $ */
/* $NetBSD: if_ethersubr.c,v 1.19 1996/05/07 02:40:30 thorpej Exp $ */
/*
@@ -103,11 +103,6 @@ didn't get a copy, you may request one from <license@ipv6.nrl.navy.mil>.
#include <net/bpf.h>
#endif
-#include "bridge.h"
-#if NBRIDGE > 0
-#include <net/if_bridge.h>
-#endif
-
#include "pppoe.h"
#if NPPPOE > 0
#include <net/if_pppoe.h>