Make it possible to statically link SIFTR into the kernel

as a new option.

Reviewed by:	bz
Discussed with:	lstewart
MFC after:	2 weeks
This commit is contained in:
George V. Neville-Neil 2015-04-29 12:37:45 +00:00
parent 79b8680737
commit 3e126de6bd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282215
2 changed files with 2 additions and 0 deletions

View File

@ -3502,6 +3502,7 @@ netinet/sctp_sysctl.c optional inet sctp | inet6 sctp
netinet/sctp_timer.c optional inet sctp | inet6 sctp
netinet/sctp_usrreq.c optional inet sctp | inet6 sctp
netinet/sctputil.c optional inet sctp | inet6 sctp
netinet/siftr.c optional inet siftr alq | inet6 siftr alq
netinet/tcp_debug.c optional tcpdebug
netinet/tcp_hostcache.c optional inet | inet6
netinet/tcp_input.c optional inet | inet6

View File

@ -432,6 +432,7 @@ ROUTETABLES opt_route.h
RSS opt_rss.h
SLIP_IFF_OPTS opt_slip.h
TCPDEBUG
SIFTR
TCP_OFFLOAD opt_inet.h # Enable code to dispatch TCP offloading
TCP_SIGNATURE opt_inet.h
VLAN_ARRAY opt_vlan.h