summaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/scenarios/networking/sfc_compute.bash
diff options
context:
space:
mode:
Diffstat (limited to 'yardstick/benchmark/scenarios/networking/sfc_compute.bash')
-rwxr-xr-xyardstick/benchmark/scenarios/networking/sfc_compute.bash5
1 files changed, 5 insertions, 0 deletions
diff --git a/yardstick/benchmark/scenarios/networking/sfc_compute.bash b/yardstick/benchmark/scenarios/networking/sfc_compute.bash
new file mode 100755
index 000000000..eeda3f274
--- /dev/null
+++ b/yardstick/benchmark/scenarios/networking/sfc_compute.bash
@@ -0,0 +1,5 @@
+#!/bin/bash
+set -e
+
+sudo ifconfig br-int up
+sudo ip route add 11.0.0.0/24 dev br-int