commit | a149e7c7ce812561f0fdc7a86ddc42f294e5eb3e | [log] [tgz] |
---|---|---|
author | David Lebrun <david.lebrun@uclouvain.be> | Tue Nov 08 14:59:21 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 09 20:40:06 2016 -0500 |
tree | 04c5b7531a8d4bd7060f4d92e895a113515085b8 | |
parent | 613fa3ca9e9e6af57927dab238121010c510fe4c [diff] |
ipv6: sr: add support for SRH injection through setsockopt This patch adds support for per-socket SRH injection with the setsockopt system call through the IPPROTO_IPV6, IPV6_RTHDR options. The SRH is pushed through the ipv6_push_nfrag_opts function. Signed-off-by: David Lebrun <david.lebrun@uclouvain.be> Signed-off-by: David S. Miller <davem@davemloft.net>