mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
Enable SCTP, since it is also enabled on GENERIC and it works fine on
the Raspberry Pi. Discussed with: rpaulo
This commit is contained in:
parent
14f200d97e
commit
004f2eb2c1
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ options HZ=100
|
|||
options SCHED_4BSD #4BSD scheduler
|
||||
options INET #InterNETworking
|
||||
options INET6 #IPv6 communications protocols
|
||||
options SCTP #Stream Control Transmission Protocol
|
||||
options FFS #Berkeley Fast Filesystem
|
||||
options SOFTUPDATES #Enable FFS soft updates support
|
||||
options UFS_ACL #Support for access control lists
|
||||
|
|
|
|||
Loading…
Reference in a new issue