Author: jpaetzel
Date: Tue Sep 19 16:51:51 2017
New Revision: 323770
URL: https://svnweb.freebsd.org/changeset/base/323770

Log:
  MFC: 323068
  
    Allow kldload tcpmd5
  
  PR:   220170

Modified:
  stable/11/sys/amd64/conf/GENERIC
  stable/11/sys/arm64/conf/GENERIC
  stable/11/sys/i386/conf/GENERIC
  stable/11/sys/powerpc/conf/GENERIC
  stable/11/sys/riscv/conf/GENERIC
  stable/11/sys/sparc64/conf/GENERIC
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/amd64/conf/GENERIC
==============================================================================
--- stable/11/sys/amd64/conf/GENERIC    Tue Sep 19 16:49:45 2017        
(r323769)
+++ stable/11/sys/amd64/conf/GENERIC    Tue Sep 19 16:51:51 2017        
(r323770)
@@ -29,6 +29,7 @@ options       PREEMPTION              # Enable kernel thread 
preemption
 options        INET                    # InterNETworking
 options        INET6                   # IPv6 communications protocols
 options        IPSEC                   # IP (v4/v6) security
+options        IPSEC_SUPPORT           # Allow kldload of ipsec and tcpmd5
 options        TCP_OFFLOAD             # TCP offload
 options        SCTP                    # Stream Control Transmission Protocol
 options        FFS                     # Berkeley Fast Filesystem

Modified: stable/11/sys/arm64/conf/GENERIC
==============================================================================
--- stable/11/sys/arm64/conf/GENERIC    Tue Sep 19 16:49:45 2017        
(r323769)
+++ stable/11/sys/arm64/conf/GENERIC    Tue Sep 19 16:51:51 2017        
(r323770)
@@ -29,6 +29,7 @@ options       PREEMPTION              # Enable kernel thread 
preemption
 options        INET                    # InterNETworking
 options        INET6                   # IPv6 communications protocols
 options        IPSEC                   # IP (v4/v6) security
+options                IPSEC_SUPPORT           # Allow kldload of ipsec and 
tcpmd5
 options        TCP_OFFLOAD             # TCP offload
 options        SCTP                    # Stream Control Transmission Protocol
 options        FFS                     # Berkeley Fast Filesystem

Modified: stable/11/sys/i386/conf/GENERIC
==============================================================================
--- stable/11/sys/i386/conf/GENERIC     Tue Sep 19 16:49:45 2017        
(r323769)
+++ stable/11/sys/i386/conf/GENERIC     Tue Sep 19 16:51:51 2017        
(r323770)
@@ -31,6 +31,7 @@ options       PREEMPTION              # Enable kernel thread 
preemption
 options        INET                    # InterNETworking
 options        INET6                   # IPv6 communications protocols
 options        IPSEC                   # IP (v4/v6) security
+options                IPSEC_SUPPORT           # Allow kldload of ipsec and 
tcpmd5
 options        TCP_OFFLOAD             # TCP offload
 options        SCTP                    # Stream Control Transmission Protocol
 options        FFS                     # Berkeley Fast Filesystem

Modified: stable/11/sys/powerpc/conf/GENERIC
==============================================================================
--- stable/11/sys/powerpc/conf/GENERIC  Tue Sep 19 16:49:45 2017        
(r323769)
+++ stable/11/sys/powerpc/conf/GENERIC  Tue Sep 19 16:51:51 2017        
(r323770)
@@ -38,6 +38,7 @@ options       PREEMPTION              #Enable kernel thread 
preemption
 options        INET                    #InterNETworking
 options        INET6                   #IPv6 communications protocols
 options        IPSEC                   # IP (v4/v6) security
+options                IPSEC_SUPPORT           # Allow kldload of ipsec and 
tcpmd5
 options        SCTP                    #Stream Control Transmission Protocol
 options        FFS                     #Berkeley Fast Filesystem
 options        SOFTUPDATES             #Enable FFS soft updates support

Modified: stable/11/sys/riscv/conf/GENERIC
==============================================================================
--- stable/11/sys/riscv/conf/GENERIC    Tue Sep 19 16:49:45 2017        
(r323769)
+++ stable/11/sys/riscv/conf/GENERIC    Tue Sep 19 16:51:51 2017        
(r323770)
@@ -32,6 +32,7 @@ options       PREEMPTION              # Enable kernel thread 
preemption
 options        INET                    # InterNETworking
 options        INET6                   # IPv6 communications protocols
 options        IPSEC                   # IP (v4/v6) security
+options                IPSEC_SUPPORT           # Allow kldload of ipsec and 
tcpmd5
 options        TCP_OFFLOAD             # TCP offload
 options        SCTP                    # Stream Control Transmission Protocol
 options        FFS                     # Berkeley Fast Filesystem

Modified: stable/11/sys/sparc64/conf/GENERIC
==============================================================================
--- stable/11/sys/sparc64/conf/GENERIC  Tue Sep 19 16:49:45 2017        
(r323769)
+++ stable/11/sys/sparc64/conf/GENERIC  Tue Sep 19 16:51:51 2017        
(r323770)
@@ -31,6 +31,7 @@ options       PREEMPTION              # Enable kernel thread 
preemption
 options        INET                    # InterNETworking
 options        INET6                   # IPv6 communications protocols
 options        IPSEC                   # IP (v4/v6) security
+options                IPSEC_SUPPORT           # Allow kldload of ipsec and 
tcpmd5
 options        SCTP                    # Stream Control Transmission Protocol
 options        FFS                     # Berkeley Fast Filesystem
 options        SOFTUPDATES             # Enable FFS soft updates support
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to