mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Bring dummynet+bridging in -current. Everything will be ready when
LINT is updated.
This commit is contained in:
parent
ff9607b070
commit
508d06616f
2 changed files with 5 additions and 1 deletions
|
|
@ -333,6 +333,7 @@ msdosfs/msdosfs_vfsops.c optional msdosfs
|
|||
msdosfs/msdosfs_vnops.c optional msdosfs
|
||||
net/bpf.c optional bpfilter
|
||||
net/bpf_filter.c optional bpfilter
|
||||
net/bridge.c optional bridge
|
||||
net/bsd_comp.c optional ppp_bsdcomp
|
||||
#net/hostcache.c standard
|
||||
net/if.c standard
|
||||
|
|
@ -456,6 +457,7 @@ netinet/in_proto.c optional inet
|
|||
netinet/in_rmx.c optional inet
|
||||
netinet/ip_auth.c optional ipfilter inet
|
||||
netinet/ip_divert.c optional ipdivert
|
||||
netinet/ip_dummynet.c optional dummynet
|
||||
netinet/ip_fil.c optional ipfilter inet
|
||||
netinet/ip_flow.c optional inet
|
||||
netinet/ip_frag.c optional ipfilter inet
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: options,v 1.109 1998/11/26 23:13:11 n_hibma Exp $
|
||||
# $Id: options,v 1.110 1998/12/05 03:19:48 dillon Exp $
|
||||
#
|
||||
# On the handling of kernel options
|
||||
#
|
||||
|
|
@ -185,9 +185,11 @@ BOOTP_COMPAT opt_bootp.h
|
|||
BOOTP_NFSROOT opt_bootp.h
|
||||
BOOTP_NFSV3 opt_bootp.h
|
||||
BOOTP_WIRED_TO opt_bootp.h
|
||||
BRIDGE opt_bdg.h
|
||||
MROUTING opt_mrouting.h
|
||||
INET opt_inet.h
|
||||
IPDIVERT
|
||||
DUMMYNET opt_ipdn.h
|
||||
IPFIREWALL opt_ipfw.h
|
||||
IPFIREWALL_VERBOSE opt_ipfw.h
|
||||
IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue