tcp: IPv6 flow label support 36/23236/3
authorTarun Gupta <tarungup@cisco.com>
Tue, 5 Nov 2019 00:35:59 +0000 (16:35 -0800)
committerFlorin Coras <florin.coras@gmail.com>
Wed, 6 Nov 2019 00:42:41 +0000 (00:42 +0000)
commit2089c69efbc4ae5c64cab8a5418187b21478987a
treeeefd1469bf359d3e176e8ae352ec78c395dbc4aa
parentead1e536d66d83b546528c32e2112085a97c8e13
tcp: IPv6 flow label support

Type:feature

For cases when proxy is in use IPv6 flow label received in origin pkt needs to be added
to ipv6 header of outgoing pkts from proxy to original destination and vice versa.

Signed-off-by: Tarun Gupta <tarungup@cisco.com>
Change-Id: I143f7e67237c0f865333078628a016b50ad5e630
Signed-off-by: Tarun Gupta <tarungup@cisco.com>
src/vnet/ip/ip6.h
src/vnet/tcp/tcp.h
src/vnet/tcp/tcp_output.c