diff options
author | bugyo <bugyo@users.noreply.github.com> | 2015-11-15 16:24:19 +0000 |
---|---|---|
committer | Francois-Xavier Le Bail <fx.lebail@yahoo.com> | 2016-03-22 16:59:03 +0100 |
commit | ba8a8cd5a385e86a857b90d2d087dd6f2cd5b083 (patch) | |
tree | c84a254c981c059aad076f1d8cd3fa74846c9354 /tests/nsh-over-vxlan-gpe-v.out | |
parent | c66320c67034e581097c08bd8532ee479f98e692 (diff) | |
download | tcpdump-ba8a8cd5a385e86a857b90d2d087dd6f2cd5b083.tar.gz |
Add printing function for Generic Protocol Extension for VXLAN
and Network Service Header.
This code stands for following internet drafts:
- VXLAN GPE: draft-ietf-nvo3-vxlan-gpe-01
- NSH: draft-ietf-sfc-nsh-01
Diffstat (limited to 'tests/nsh-over-vxlan-gpe-v.out')
-rw-r--r-- | tests/nsh-over-vxlan-gpe-v.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/nsh-over-vxlan-gpe-v.out b/tests/nsh-over-vxlan-gpe-v.out new file mode 100644 index 00000000..f8db332f --- /dev/null +++ b/tests/nsh-over-vxlan-gpe-v.out @@ -0,0 +1,5 @@ +IP (tos 0x0, ttl 64, id 16419, offset 0, flags [DF], proto UDP (17), length 92) + 127.0.0.1.4790 > 127.0.0.1.4790: VXLAN-GPE, flags [IP], vni 16777215 + NSH, flags [OC], service-path-id 0xffffff, service-index 0xff + IP (tos 0x0, ttl 255, id 54321, offset 0, flags [none], proto UDP (17), length 32) + 192.168.0.1.10000 > 192.168.0.2.20000: UDP, length 4 |