From 682494b8a43644e65247bd5983d859bb801b685e Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Fri, 6 Nov 2009 20:50:45 +0000 Subject: [PATCH] Adding a new rule for limiting node bandwidth, minor fix to rule for limiting link bandwidth. --- sfatables/processors/max_link_kbps.xsl | 4 +-- sfatables/processors/max_node_kbps.xsl | 38 +++++++++++++++++++++++ sfatables/targets/RESTRICT_SLICE_PROP.xml | 11 ++++++- 3 files changed, 50 insertions(+), 3 deletions(-) create mode 100644 sfatables/processors/max_node_kbps.xsl diff --git a/sfatables/processors/max_link_kbps.xsl b/sfatables/processors/max_link_kbps.xsl index 71d0abe5..59a6741e 100644 --- a/sfatables/processors/max_link_kbps.xsl +++ b/sfatables/processors/max_link_kbps.xsl @@ -28,10 +28,10 @@ - + - + diff --git a/sfatables/processors/max_node_kbps.xsl b/sfatables/processors/max_node_kbps.xsl new file mode 100644 index 00000000..d7c00600 --- /dev/null +++ b/sfatables/processors/max_node_kbps.xsl @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sfatables/targets/RESTRICT_SLICE_PROP.xml b/sfatables/targets/RESTRICT_SLICE_PROP.xml index 8e2b7af0..e37fc6e8 100644 --- a/sfatables/targets/RESTRICT_SLICE_PROP.xml +++ b/sfatables/targets/RESTRICT_SLICE_PROP.xml @@ -1,5 +1,14 @@ + + + + max-node-kbps + Maximum node bandwidth in kilobytes per second. + kbps2 + + + @@ -9,4 +18,4 @@ - + -- 2.43.0