Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

l2tp: mark L2TP_ATTR_L2SPEC_LEN as not used

Reviewed-by: Guillaume Nault <g.nault@alphalink.fr>
Tested-by: Guillaume Nault <g.nault@alphalink.fr>
Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Lorenzo Bianconi and committed by
David S. Miller
4db5a802 9afa6585

+1 -1
+1 -1
include/uapi/linux/l2tp.h
··· 97 97 L2TP_ATTR_OFFSET, /* u16 (not used) */ 98 98 L2TP_ATTR_DATA_SEQ, /* u16 */ 99 99 L2TP_ATTR_L2SPEC_TYPE, /* u8, enum l2tp_l2spec_type */ 100 - L2TP_ATTR_L2SPEC_LEN, /* u8, enum l2tp_l2spec_type */ 100 + L2TP_ATTR_L2SPEC_LEN, /* u8 (not used) */ 101 101 L2TP_ATTR_PROTO_VERSION, /* u8 */ 102 102 L2TP_ATTR_IFNAME, /* string */ 103 103 L2TP_ATTR_CONN_ID, /* u32 */