aboutsummaryrefslogtreecommitdiffstats
path: root/vpp/vnet/etc/scripts/tcp-test
diff options
context:
space:
mode:
Diffstat (limited to 'vpp/vnet/etc/scripts/tcp-test')
-rw-r--r--vpp/vnet/etc/scripts/tcp-test6
1 files changed, 6 insertions, 0 deletions
diff --git a/vpp/vnet/etc/scripts/tcp-test b/vpp/vnet/etc/scripts/tcp-test
new file mode 100644
index 00000000..52bfbcdd
--- /dev/null
+++ b/vpp/vnet/etc/scripts/tcp-test
@@ -0,0 +1,6 @@
+int create-ethernet
+set int ip address fake-eth0 1.2.3.4/24
+set int state fake-eth0 up
+ip route 1.2.3.5/32 via local
+trace add tuntap-rx 100
+