CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/08/17 00:29:29
Modified files:
usr.sbin/tcpdump: interface.h print-gre.c print-udp.c tcpdump.8
tcpdump.c
Log message:
add initial support for handling geneve packets.
it's like vxlan, but different. the most interesting difference to
vxlan is that the protocol adds support for adding optional metadata
to packets (like nsh). this diff currently just skips that stuff
and just handles the payload. for now.
