added example VNFs for emulator (not finally tested)
[osm/vim-emu.git] / misc / vnfs / tcpdump / start.sh
diff --git a/misc/vnfs/tcpdump/start.sh b/misc/vnfs/tcpdump/start.sh
new file mode 100644 (file)
index 0000000..e3ffe66
--- /dev/null
@@ -0,0 +1,7 @@
+#! /bin/bash
+
+#This gives time to the Dockernet to configure the network namespace of the container
+sleep 3
+
+
+echo "Traffic sink started"
\ No newline at end of file