net: dccp: Add handling of IPV6_PKTOPTIONS to dccp_v6_do_rcv()
authorAndrii <tulup@mail.ru>
Thu, 31 Aug 2017 05:28:01 +0000 (08:28 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 31 Aug 2017 18:43:47 +0000 (11:43 -0700)
commit323fbd0edf3ffe8d9d71a651c26b97a14a3c9d0e
tree54450238302d070616ab07d0c1151a54310f4a7d
parente3cfddd577e763496c25ddb855cfff48b1174b63
net: dccp: Add handling of IPV6_PKTOPTIONS to dccp_v6_do_rcv()

Add handling of IPV6_PKTOPTIONS to dccp_v6_do_rcv() in net/dccp/ipv6.c,
similar
to the handling in net/ipv6/tcp_ipv6.c

Signed-off-by: Andrii Vladyka <tulup@mail.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/ipv6.c