--- /dev/null
+#!/bin/bash
+
+# 2010, Razvan Deaconescu
+#
+# post-run script for local bandwidth limitation scenarios
+
+# source configuration file
+source ${BASE_PATH}/ClientWorkingFolders/TmpLogs/scenario_config
+
+./bw_limit.sh del ${IFACE}
--- /dev/null
+#!/bin/bash
+
+# 2010, Razvan Deaconescu
+#
+# post-run script for container bandwidth limitation scenarios
+
+# source configuration file
+source ${BASE_PATH}/ClientWorkingFolders/TmpLogs/scenario_config
+
+./bw_limit_ct.sh del ${IFACE}
--- /dev/null
+#!/bin/bash
+
+# 2010, Razvan Deaconescu
+#
+# pre-run script for client-based limitation scenarios
+
+# source configuration file
+source ${BASE_PATH}/ClientWorkingFolders/TmpLogs/scenario_config
--- /dev/null
+#!/bin/bash
+
+# 2010, Razvan Deaconescu
+#
+# pre-run script for local bandwidth limitation scenarios
+
+# source configuration file
+source ${BASE_PATH}/ClientWorkingFolders/TmpLogs/scenario_config
--- /dev/null
+#!/bin/bash
+
+# 2010, Razvan Deaconescu
+#
+# pre-run script for container bandwidth limitation scenarios
+
+# source configuration file
+source ${BASE_PATH}/ClientWorkingFolders/TmpLogs/scenario_config
+
+./bw_limit.sh set ${IFACE} ${DL_BW} ${DL_BURST} ${UL_BW} ${UL_BURST}
--- /dev/null
+#!/bin/bash
+
+# 2010, Razvan Deaconescu
+#
+# pre-run script for client-based limitation scenarios
+
+# source configuration file
+source ${BASE_PATH}/ClientWorkingFolders/TmpLogs/scenario_config
+
+./bw_limit_ct.sh set ${IFACE} ${DL_BW} ${DL_BURST} ${UL_BW} ${UL_BURST}