]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
uapi: minor header update for l2tp
authorStephen Hemminger <stephen@networkplumber.org>
Sat, 20 Mar 2021 16:36:07 +0000 (09:36 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Sat, 20 Mar 2021 16:36:07 +0000 (09:36 -0700)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
include/uapi/linux/bpf.h
include/uapi/linux/l2tp.h

index 9c135426c8ca09d1d6928987963bfa645597ea14..1840da8d109c8b1a5b7254903a329bbd2e05ef58 100644 (file)
@@ -3850,7 +3850,6 @@ union bpf_attr {
  *
  * long bpf_check_mtu(void *ctx, u32 ifindex, u32 *mtu_len, s32 len_diff, u64 flags)
  *     Description
-
  *             Check ctx packet size against exceeding MTU of net device (based
  *             on *ifindex*).  This helper will likely be used in combination
  *             with helpers that adjust/change the packet size.
index 65ec47625f2cca61d107b1618c33b750997d66f2..0480d2dbed1ad5e7aeacbcde18c9b012f766af51 100644 (file)
@@ -145,6 +145,7 @@ enum {
        L2TP_ATTR_RX_ERRORS,            /* u64 */
        L2TP_ATTR_STATS_PAD,
        L2TP_ATTR_RX_COOKIE_DISCARDS,   /* u64 */
+       L2TP_ATTR_RX_INVALID,           /* u64 */
        __L2TP_ATTR_STATS_MAX,
 };