summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2007-05-15 16:43:01 +0000
committermav <mav@FreeBSD.org>2007-05-15 16:43:01 +0000
commit27484adf8c98751ef788cbbabf198f1e15e8ac3b (patch)
tree275b323655d0a0265ebbff3300db84e5b32753d3 /sys
parent0ee8884ca64b4244fbbeaba1db3acb7e2a2b7d08 (diff)
downloadFreeBSD-src-27484adf8c98751ef788cbbabf198f1e15e8ac3b.zip
FreeBSD-src-27484adf8c98751ef788cbbabf198f1e15e8ac3b.tar.gz
A node that implements various traffic shaping and rate limiting algorithms (ng_car).
Approved by: glebius (mentor)
Diffstat (limited to 'sys')
-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 9c7ba57..5b04cb0 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -669,6 +669,7 @@ options NETGRAPH_BLUETOOTH_UBT # ng_ubt(4)
options NETGRAPH_BLUETOOTH_UBTBCMFW # ubtbcmfw(4)
options NETGRAPH_BPF
options NETGRAPH_BRIDGE
+options NETGRAPH_CAR
options NETGRAPH_CISCO
options NETGRAPH_DEFLATE
options NETGRAPH_DEVICE
diff --git a/sys/conf/files b/sys/conf/files
index 7166e01..75e0037 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1742,6 +1742,7 @@ netgraph/ng_atmllc.c optional netgraph_atmllc
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_cisco.c optional netgraph_cisco
netgraph/ng_deflate.c optional netgraph_deflate
netgraph/ng_device.c optional netgraph_device
diff --git a/sys/conf/options b/sys/conf/options
index aa310ce..893f37a 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -442,6 +442,7 @@ NETGRAPH_BLUETOOTH_UBT opt_netgraph.h
NETGRAPH_BLUETOOTH_UBTBCMFW opt_netgraph.h
NETGRAPH_BPF opt_netgraph.h
NETGRAPH_BRIDGE opt_netgraph.h
+NETGRAPH_CAR opt_netgraph.h
NETGRAPH_CISCO opt_netgraph.h
NETGRAPH_DEFLATE opt_netgraph.h
NETGRAPH_DEVICE opt_netgraph.h
OpenPOWER on IntegriCloud