Skip to content
Snippets Groups Projects
Commit 4d1122bd authored by Neal Cardwell's avatar Neal Cardwell
Browse files

net-test: packetdrill encap support: main encapsulation engine

The main engine for handling encapsualted packets in packetdrill,
including:

- parsing scripts with encapsulation
- parsing packets with encapsulation
- injecting packets with encapsulation

Encapsulated packets look like the following, which has an IP header,
GRE header, and then regular IP/TCP header:

+0 > ipv4 1.1.1.1 > 2.2.2.2: gre: . 1:1001(1000) ack 1

See other patches in the series for more detailed examples.


Change-Id: Ia8c7580e268f5b0347bd9d3fdc73b096f751a79d
parent cfc16a33
No related branches found
No related tags found
No related merge requests found
Showing with 535 additions and 133 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment