summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2006-06-27 12:45:28 +0000
committerglebius <glebius@FreeBSD.org>2006-06-27 12:45:28 +0000
commitbb71010baa3faa983319496b31f91b1ec6407911 (patch)
tree4cfd8ab3102055524cb5399d55750af01bbe2a1b /sys/conf
parent963e56be5a2a42c4cb2ac83488114de553114242 (diff)
downloadFreeBSD-src-bb71010baa3faa983319496b31f91b1ec6407911.zip
FreeBSD-src-bb71010baa3faa983319496b31f91b1ec6407911.tar.gz
A netgraph node that can do different manipulations with
mbuf_tags(9) on packets. Submitted by: Vadim Goncharov <vadimnuclight tpu.ru> mdoc(7) reviewed by: ru
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES1
-rw-r--r--sys/conf/files1
-rw-r--r--sys/conf/options1
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 7d610bc..e9f4362 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -567,6 +567,7 @@ options NETGRAPH_RFC1490
options NETGRAPH_SOCKET
options NETGRAPH_SPLIT
options NETGRAPH_SPPP
+options NETGRAPH_TAG
options NETGRAPH_TCPMSS
options NETGRAPH_TEE
options NETGRAPH_TTY
diff --git a/sys/conf/files b/sys/conf/files
index 69b100a..7933ebc 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1662,6 +1662,7 @@ netgraph/ng_rfc1490.c optional netgraph_rfc1490
netgraph/ng_socket.c optional netgraph_socket
netgraph/ng_split.c optional netgraph_split
netgraph/ng_sppp.c optional netgraph_sppp
+netgraph/ng_tag.c optional netgraph_tag
netgraph/ng_tcpmss.c optional netgraph_tcpmss
netgraph/ng_tee.c optional netgraph_tee
netgraph/ng_tty.c optional netgraph_tty
diff --git a/sys/conf/options b/sys/conf/options
index a4c503d..7cbb2c3 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -439,6 +439,7 @@ NETGRAPH_RFC1490 opt_netgraph.h
NETGRAPH_SOCKET opt_netgraph.h
NETGRAPH_SPLIT opt_netgraph.h
NETGRAPH_SPPP opt_netgraph.h
+NETGRAPH_TAG opt_netgraph.h
NETGRAPH_TCPMSS opt_netgraph.h
NETGRAPH_TEE opt_netgraph.h
NETGRAPH_TTY opt_netgraph.h
OpenPOWER on IntegriCloud