Skip to content

Commit

Permalink
Merge pull request snabbco#141 from Igalia/lwolive-updatetests
Browse files Browse the repository at this point in the history
Added IPv4 fragment reassembly tests
  • Loading branch information
kbara committed Nov 23, 2015
2 parents 21032a6 + f7c5d29 commit 9ccb448
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/program/snabb_lwaftr/tests/data/add-vlan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@
# | TPID | PRI | CFI | TAG |
# | 0x8100 | 3-bit | 1-bit | 12-bit |

# Intentionally do not add to the list:
# icmpv4-fromlwaftr-replyto-tcp-frominet-bound1494-DF.pcap
# It needs to be 576 bytes, so requires truncation after the VLAN tag is added
# Do not automatically regenerate it.

V4=(
decap-ipv4-nohair.pcap
decap-ipv4.pcap
icmpv4-dst-host-unreachable-ip-bound-port-unbound.pcap
icmpv4-dst-host-unreachable.pcap
icmpv4-fromlwaftr-replyto-tcp-frominet-bound1494-DF.pcap
icmpv4-time-expired.pcap
incoming-icmpv4-34toobig.pcap
incoming-icmpv4-echo-reply.pcap
Expand All @@ -28,6 +32,7 @@ V4=(
tcp-frominet-trafficclass.pcap
tcp-frominet-unbound.pcap
tcp-ipv4-2ipv6frags-reassembled.pcap
tcp-ipv4-3frags-bound.pcap
tcp-ipv4-toinet-2fragments.pcap
tcp-ipv4-toinet-3fragments.pcap
)
Expand All @@ -51,6 +56,7 @@ V6=(
response-ipv6-tunneled-icmpv4_31-tob4.pcap
tcp-afteraftr-ipv6-2frags.pcap
tcp-afteraftr-ipv6-3frags.pcap
tcp-afteraftr-ipv6-reassembled.pcap
tcp-afteraftr-ipv6-trafficclass.pcap
tcp-afteraftr-ipv6.pcap
tcp-fromb4-customBRIP-tob4-ipv6.pcap
Expand Down

0 comments on commit 9ccb448

Please sign in to comment.