gvisor/pkg/tcpip
Ghanan Gowripalan 2a4aff7f7e Support Hop By Hop and Destination Options ext hdr
Enables handling the Hop by Hop and Destination Options extension
headers, but options are not yet supported. All options will be
treated as unknown and their respective action will be followed.

Note, the stack does not yet support sending ICMPv6 error messages in
response to options that cannot be handled/parsed. That will come
in a later change (Issue #2211).

Tests:
- header_test.TestIPv6UnknownExtHdrOption
- header_test.TestIPv6OptionsExtHdrIterErr
- header_test.TestIPv6OptionsExtHdrIter
- ipv6_test.TestReceiveIPv6ExtHdrs
PiperOrigin-RevId: 303433085
2020-03-27 16:52:25 -07:00
..
adapters/gonet Mark gonet_test as flaky. 2020-03-12 13:11:48 -07:00
buffer Handle IPv6 Fragment & Routing extension headers 2020-03-26 14:05:39 -07:00
checker Specify the source of outgoing NDP RS 2020-03-06 11:33:28 -08:00
hash/jenkins Standardize on tools directory. 2020-01-27 12:21:00 -08:00
header Support Hop By Hop and Destination Options ext hdr 2020-03-27 16:52:25 -07:00
link Add support for setting TCP segment hash. 2020-03-24 15:34:43 -07:00
network Support Hop By Hop and Destination Options ext hdr 2020-03-27 16:52:25 -07:00
ports Standardize on tools directory. 2020-01-27 12:21:00 -08:00
sample Standardize on tools directory. 2020-01-27 12:21:00 -08:00
seqnum Standardize on tools directory. 2020-01-27 12:21:00 -08:00
stack Use panic instead of log.Fatalf 2020-03-26 16:01:00 -07:00
transport Support owner matching for iptables. 2020-03-26 12:21:24 -07:00
BUILD Move tcpip.PacketBuffer and IPTables to stack package. 2020-03-24 09:06:26 -07:00
tcpip.go Support owner matching for iptables. 2020-03-26 12:21:24 -07:00
tcpip_test.go Implement proper local broadcast behavior 2019-10-03 19:31:35 -07:00
time.s Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
time_unsafe.go Initial network namespace support. 2020-02-20 15:20:40 -08:00
timer.go CancellableTimer to encapsulate the work of safely stopping timers 2020-01-08 17:50:54 -08:00
timer_test.go Put CancellableTimer tests in the tcpip_test package 2020-01-10 14:32:17 -08:00