diff options
author | thompsa <thompsa@FreeBSD.org> | 2007-04-10 00:35:31 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2007-04-10 00:35:31 +0000 |
commit | 994b9b86e7887426d4757742a9c6c5f0459d7cb6 (patch) | |
tree | a4479a42542a37189c2a5e340d6ca8248878f346 /sys/conf | |
parent | 31737a26bdcf828bee38bbc94acd9a62925b551c (diff) | |
download | FreeBSD-src-994b9b86e7887426d4757742a9c6c5f0459d7cb6.zip FreeBSD-src-994b9b86e7887426d4757742a9c6c5f0459d7cb6.tar.gz |
Hook trunk(4) up to the build.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 1 | ||||
-rw-r--r-- | sys/conf/files | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 37cdf46..d5dae12 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -813,6 +813,7 @@ device ppp #Point-to-point protocol options PPP_BSDCOMP #PPP BSD-compress support options PPP_DEFLATE #PPP zlib/deflate/gzip support options PPP_FILTER #enable bpf filtering (needs bpf) +options trunk #Trunk aggregation interface device ef # Multiple ethernet frames support options ETHER_II # enable Ethernet_II frame diff --git a/sys/conf/files b/sys/conf/files index 65659d3..d56dd0d 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1527,6 +1527,7 @@ net/bpf_jitter.c optional bpf_jitter net/bpf_filter.c optional bpf | netgraph_bpf net/bridgestp.c optional if_bridge net/bsd_comp.c optional ppp_bsdcomp +net/ieee8023ad_lacp.c optional trunk net/if.c standard net/if_arcsubr.c optional arcnet net/if_atmsubr.c optional atm @@ -1553,6 +1554,7 @@ net/if_spppsubr.c optional i4bisppp | sppp net/if_stf.c optional stf net/if_tun.c optional tun net/if_tap.c optional tap +net/if_trunk.c optional trunk net/if_vlan.c optional vlan net/netisr.c standard net/ppp_deflate.c optional ppp_deflate |