|
|
498081 |
From d60a7ac3c0f6aa2a933f48a69ab31e3637f6906c Mon Sep 17 00:00:00 2001
|
|
|
498081 |
Message-Id: <d60a7ac3c0f6aa2a933f48a69ab31e3637f6906c.1683109787.git.aclaudi@redhat.com>
|
|
|
498081 |
From: Andrea Claudi <aclaudi@redhat.com>
|
|
|
498081 |
Date: Wed, 3 May 2023 11:19:24 +0200
|
|
|
498081 |
Subject: [PATCH] Update kernel headers
|
|
|
498081 |
|
|
|
498081 |
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2186945
|
|
|
498081 |
Upstream Status: iproute2-next.git commit 88786cd1
|
|
|
498081 |
|
|
|
498081 |
commit 88786cd1a96a89427bc22061c7736eb2eac31121
|
|
|
498081 |
Author: David Ahern <dsahern@kernel.org>
|
|
|
498081 |
Date: Thu Mar 30 09:43:49 2023 -0600
|
|
|
498081 |
|
|
|
498081 |
Update kernel headers
|
|
|
498081 |
|
|
|
498081 |
Update kernel headers to commit:
|
|
|
498081 |
da617cd8d906 ("smsc911x: remove superfluous variable init")
|
|
|
498081 |
|
|
|
498081 |
Signed-off-by: David Ahern <dsahern@kernel.org>
|
|
|
498081 |
---
|
|
|
498081 |
include/uapi/linux/if_link.h | 1 +
|
|
|
498081 |
1 file changed, 1 insertion(+)
|
|
|
498081 |
|
|
|
498081 |
diff --git a/include/uapi/linux/if_link.h b/include/uapi/linux/if_link.h
|
|
|
498081 |
index 147ad0a3..644d3554 100644
|
|
|
498081 |
--- a/include/uapi/linux/if_link.h
|
|
|
498081 |
+++ b/include/uapi/linux/if_link.h
|
|
|
498081 |
@@ -628,6 +628,7 @@ enum {
|
|
|
498081 |
IFLA_MACVLAN_MACADDR_COUNT,
|
|
|
498081 |
IFLA_MACVLAN_BC_QUEUE_LEN,
|
|
|
498081 |
IFLA_MACVLAN_BC_QUEUE_LEN_USED,
|
|
|
498081 |
+ IFLA_MACVLAN_BC_CUTOFF,
|
|
|
498081 |
__IFLA_MACVLAN_MAX,
|
|
|
498081 |
};
|
|
|
498081 |
|
|
|
498081 |
--
|
|
|
498081 |
2.40.1
|
|
|
498081 |
|