diff options
author | James Chapman <jchapman@katalix.com> | 2018-01-03 22:48:07 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-01-05 11:03:26 -0500 |
commit | 4887d8933a8dfdfa6602e0faaa0e31cd343ccefe (patch) | |
tree | 044a578a4e26d713e90fd285b0508ff663e55236 /include | |
parent | 900631ee6a2651dc4fbaecb8ef9fa5f1e3378853 (diff) | |
download | linux-4887d8933a8dfdfa6602e0faaa0e31cd343ccefe.tar.bz2 |
l2tp: add comment in API header that L2TP_ATTR_OFFSET is not used
Signed-off-by: James Chapman <jchapman@katalix.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, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/l2tp.h b/include/uapi/linux/l2tp.h index d84ce5c1c9aa..f78eef4cc56a 100644 --- a/include/uapi/linux/l2tp.h +++ b/include/uapi/linux/l2tp.h @@ -94,7 +94,7 @@ enum { L2TP_ATTR_NONE, /* no data */ L2TP_ATTR_PW_TYPE, /* u16, enum l2tp_pwtype */ L2TP_ATTR_ENCAP_TYPE, /* u16, enum l2tp_encap_type */ - L2TP_ATTR_OFFSET, /* u16 */ + L2TP_ATTR_OFFSET, /* u16 (not used) */ L2TP_ATTR_DATA_SEQ, /* u16 */ L2TP_ATTR_L2SPEC_TYPE, /* u8, enum l2tp_l2spec_type */ L2TP_ATTR_L2SPEC_LEN, /* u8, enum l2tp_l2spec_type */ |