Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2018 19:02:37 +0000 (UTC)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r341996 - head/sys/conf
Message-ID:  <201812121902.wBCJ2b2e014776@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sobomax
Date: Wed Dec 12 19:02:37 2018
New Revision: 341996
URL: https://svnweb.freebsd.org/changeset/base/341996

Log:
  Add NETGRAPH_CHECKSUM.
  
  MFC after:	1 week

Modified:
  head/sys/conf/NOTES
  head/sys/conf/files

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Wed Dec 12 18:18:34 2018	(r341995)
+++ head/sys/conf/NOTES	Wed Dec 12 19:02:37 2018	(r341996)
@@ -767,6 +767,7 @@ options 	NETGRAPH_BLUETOOTH_UBTBCMFW	# ubtbcmfw(4)
 options 	NETGRAPH_BPF
 options 	NETGRAPH_BRIDGE
 options 	NETGRAPH_CAR
+options 	NETGRAPH_CHECKSUM
 options 	NETGRAPH_CISCO
 options 	NETGRAPH_DEFLATE
 options 	NETGRAPH_DEVICE

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Wed Dec 12 18:18:34 2018	(r341995)
+++ head/sys/conf/files	Wed Dec 12 19:02:37 2018	(r341996)
@@ -4212,6 +4212,7 @@ netgraph/ng_base.c		optional netgraph
 netgraph/ng_bpf.c		optional netgraph_bpf
 netgraph/ng_bridge.c		optional netgraph_bridge
 netgraph/ng_car.c		optional netgraph_car
+netgraph/ng_checksum.c		optional netgraph_checksum
 netgraph/ng_cisco.c		optional netgraph_cisco
 netgraph/ng_deflate.c		optional netgraph_deflate
 netgraph/ng_device.c		optional netgraph_device



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812121902.wBCJ2b2e014776>