summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2005-06-05 03:32:53 +0000
committerthompsa <thompsa@FreeBSD.org>2005-06-05 03:32:53 +0000
commite8bfe6c2484cd442ddb34018bd3819dd264ce091 (patch)
treee8a945a182303d69c5dda0c9dee1231a515c6530 /sys/conf
parent6c5bdda300f45e4abacd6f3dbf4663bbfdfefa35 (diff)
downloadFreeBSD-src-e8bfe6c2484cd442ddb34018bd3819dd264ce091.zip
FreeBSD-src-e8bfe6c2484cd442ddb34018bd3819dd264ce091.tar.gz
Connect if_bridge to the build.
Approved by: mlaier (mentor)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES1
-rw-r--r--sys/conf/files2
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 480ccab..a8dd7c7 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -641,6 +641,7 @@ device tap #Virtual Ethernet driver
device tun #Tunnel driver (ppp(8), nos-tun(8))
device sl #Serial Line IP
device gre #IP over IP tunneling
+device if_bridge #Bridge interface
device pf #PF OpenBSD packet-filter firewall
device pflog #logging support interface for PF
device pfsync #synchronization interface for PF
diff --git a/sys/conf/files b/sys/conf/files
index 8ad7c01..cedc74e 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1327,10 +1327,12 @@ net/bpf.c standard
net/bpf_filter.c optional bpf
net/bpf_filter.c optional netgraph_bpf
net/bridge.c optional bridge
+net/bridgestp.c optional if_bridge
net/bsd_comp.c optional ppp_bsdcomp
net/if.c standard
net/if_arcsubr.c optional arcnet
net/if_atmsubr.c optional atm
+net/if_bridge.c optional if_bridge
net/if_clone.c standard
net/if_disc.c optional disc
net/if_ef.c optional ef
OpenPOWER on IntegriCloud