NOTES (941646f5ec5d89c10dbc9a0ff3b412b52ae74002) NOTES (4871fc4ab5eeecfd8529b19c2bcb6c180cd925c6)
1# $FreeBSD$
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#

--- 557 unchanged lines hidden (view full) ---

566# NETWORKING OPTIONS
567
568#
569# Protocol families
570#
571options INET #Internet communications protocols
572options INET6 #IPv6 communications protocols
573
1# $FreeBSD$
2#
3# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
4#
5# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
6# 'makeoptions', 'hints', etc. go into the kernel configuration that you
7# run config(8) with.
8#

--- 557 unchanged lines hidden (view full) ---

566# NETWORKING OPTIONS
567
568#
569# Protocol families
570#
571options INET #Internet communications protocols
572options INET6 #IPv6 communications protocols
573
574options ROUTETABLES=2 # max 16. 1 is back compatible.
574options ROUTETABLES=2 # allocated fibs up to 65536. default is 1.
575 # but that would be a bad idea as they are large.
575
576options TCP_OFFLOAD # TCP offload support.
577
578# In order to enable IPSEC you MUST also add device crypto to
579# your kernel configuration
580options IPSEC #IP security (requires device crypto)
581#options IPSEC_DEBUG #debug for IP security
582#

--- 2383 unchanged lines hidden ---
576
577options TCP_OFFLOAD # TCP offload support.
578
579# In order to enable IPSEC you MUST also add device crypto to
580# your kernel configuration
581options IPSEC #IP security (requires device crypto)
582#options IPSEC_DEBUG #debug for IP security
583#

--- 2383 unchanged lines hidden ---