From: Sapan Bhatia Date: Mon, 14 Sep 2009 03:29:18 +0000 (+0000) Subject: Added max link bandwidth target for VINI. X-Git-Tag: sfa-0.9-2~29 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=203799475b3dcd63bdea453c15a8b8ba9067a121;p=sfa.git Added max link bandwidth target for VINI. --- diff --git a/sfatables/targets/MAX_LINK_BW.xml b/sfatables/targets/MAX_LINK_BW.xml new file mode 100644 index 00000000..35645293 --- /dev/null +++ b/sfatables/targets/MAX_LINK_BW.xml @@ -0,0 +1,13 @@ + + + + + + max-link-bandwidth + Maximum link bandwidth. + bps + + + + + diff --git a/sfatables/targets/__init__.py b/sfatables/targets/__init__.py index 8f4e850b..3a5e632c 100644 --- a/sfatables/targets/__init__.py +++ b/sfatables/targets/__init__.py @@ -2,4 +2,5 @@ all=""" RESTRICT_TO_NODES ACCEPT REJECT +MAX_LINK_BW """.split() diff --git a/sfatables/targets/example_vini_rspec.xml b/sfatables/targets/example_vini_rspec.xml new file mode 100644 index 00000000..a693dd1f --- /dev/null +++ b/sfatables/targets/example_vini_rspec.xml @@ -0,0 +1,75 @@ + + + + + max-link-bandwidth + 1000001 + + + + + + + + i2atla1 + i2chic1 + 1000000 + + + i2atla1 + i2hous1 + 1000000 + + + i2atla1 + i2wash1 + 1000000 + + + i2chic1 + i2kans1 + 1000000 + + + i2chic1 + i2wash1 + 1000000 + + + i2hous1 + i2kans1 + 1000000 + + + i2hous1 + i2losa1 + 1000000 + + + i2kans1 + i2salt1 + 1000000 + + + i2losa1 + i2salt1 + 1000000 + + + i2losa1 + i2seat1 + 1000000 + + + i2newy1 + i2wash1 + 1000000 + + + i2salt1 + i2seat1 + 1000000 + + + + diff --git a/sfatables/targets/max_link_bandwidth.xsl b/sfatables/targets/max_link_bandwidth.xsl new file mode 100644 index 00000000..fe3ee247 --- /dev/null +++ b/sfatables/targets/max_link_bandwidth.xsl @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + +