From ed2dbd316aca41338dbad82208cd24cb96b33faa Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Fri, 1 Sep 2000 01:37:13 +0000 Subject: New netgraph node type for Ethernet bridging. No ipfw support yet. --- sys/conf/options | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/conf/options') diff --git a/sys/conf/options b/sys/conf/options index d4ce246ca0c2..508707b0a1f6 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -269,10 +269,11 @@ XBONEHACK # Netgraph(4). Use option NETGRAPH to enable the base netgraph code. # Each netgraph node type can be either be compiled into the kernel # or loaded dynamically. To get the former, include the corresponding -# option below. Each type has its own man page, e.g. ng_async(8). +# option below. Each type has its own man page, e.g. ng_async(4). NETGRAPH NETGRAPH_ASYNC opt_netgraph.h NETGRAPH_BPF opt_netgraph.h +NETGRAPH_BRIDGE opt_netgraph.h NETGRAPH_CISCO opt_netgraph.h NETGRAPH_ECHO opt_netgraph.h NETGRAPH_ETHER opt_netgraph.h -- cgit v1.2.3