diff options
author | Tom Herbert | 2014-05-23 08:47:40 -0700 |
---|---|---|
committer | David S. Miller | 2014-05-23 16:28:53 -0400 |
commit | 6b649feafe10b293f4bd5a74aca95faf625ae525 (patch) | |
tree | 842991b315c84e51fa4c2ececfba60e2992944b9 /include | |
parent | 1c19448c9ba6545b80ded18488a64a7f3d8e6998 (diff) |
l2tp: Add support for zero IPv6 checksums
Added new L2TP configuration options to allow TX and RX of
zero checksums in IPv6. Default is not to use them.
Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/l2tp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/l2tp.h b/include/uapi/linux/l2tp.h index 8adb68160327..21caa2631c20 100644 --- a/include/uapi/linux/l2tp.h +++ b/include/uapi/linux/l2tp.h @@ -124,6 +124,8 @@ enum { L2TP_ATTR_STATS, /* nested */ L2TP_ATTR_IP6_SADDR, /* struct in6_addr */ L2TP_ATTR_IP6_DADDR, /* struct in6_addr */ + L2TP_ATTR_UDP_ZERO_CSUM6_TX, /* u8 */ + L2TP_ATTR_UDP_ZERO_CSUM6_RX, /* u8 */ __L2TP_ATTR_MAX, }; |