diff options
Diffstat (limited to 'tests/mininet/l2/mpls/PopMPLS_mpls.mn')
-rw-r--r-- | tests/mininet/l2/mpls/PopMPLS_mpls.mn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/mininet/l2/mpls/PopMPLS_mpls.mn b/tests/mininet/l2/mpls/PopMPLS_mpls.mn new file mode 100644 index 00000000..45fa9f96 --- /dev/null +++ b/tests/mininet/l2/mpls/PopMPLS_mpls.mn @@ -0,0 +1,6 @@ +TEST_NAME=MPLS-PopMPLS +DUMP_HOST=h2 +DUMP_IF=h2-eth0 +RYU_APP=test_mpls +PCAP_MZ="-t tcp -M 80 -P $TEST_NAME -c 3 -r" +PCAP_FILTER="! mpls && ip.proto==TCP" |