From: Jay Vosburgh <jv@jvosburgh.net>
To: Louis Scalbert <louis.scalbert@6wind.com>
Cc: netdev@vger.kernel.org, andrew+netdev@lunn.ch,
edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
fbl@redhat.com, andy@greyhouse.net, shemminger@vyatta.com,
maheshb@google.com, jonas.gorski@gmail.com, horms@kernel.org
Subject: Re: [PATCH net v8 1/6] tools: missed broadcast_neigh if_link uapi header
Date: Mon, 08 Jun 2026 14:16:53 -0700 [thread overview]
Message-ID: <1040684.1780953413@famine> (raw)
In-Reply-To: <20260603150331.1919611-2-louis.scalbert@6wind.com>
Louis Scalbert <louis.scalbert@6wind.com> wrote:
>Add missing IFLA_BOND_BROADCAST_NEIGH in if_link uapi header.
>
>Fixes: 3d98ee52659c ("net: bonding: add broadcast_neighbor netlink option")
>Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
I'm a bit confused, I see IFLA_BOND_BROADCAST_NEIGH already in
the net tree, added by:
commit 3d98ee52659c3f1d3913ae5b97f7743c5247752c
Author: Tonghao Zhang <tonghao@bamaicloud.com>
Date: Fri Jun 27 21:49:29 2025 +0800
net: bonding: add broadcast_neighbor netlink option
-J
>---
> tools/include/uapi/linux/if_link.h | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/tools/include/uapi/linux/if_link.h b/tools/include/uapi/linux/if_link.h
>index 7e46ca4cd31b..97a2d4411534 100644
>--- a/tools/include/uapi/linux/if_link.h
>+++ b/tools/include/uapi/linux/if_link.h
>@@ -1526,6 +1526,7 @@ enum {
> IFLA_BOND_MISSED_MAX,
> IFLA_BOND_NS_IP6_TARGET,
> IFLA_BOND_COUPLED_CONTROL,
>+ IFLA_BOND_BROADCAST_NEIGH,
> __IFLA_BOND_MAX,
> };
>
>--
>2.39.2
>
next prev parent reply other threads:[~2026-06-08 21:16 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-03 15:03 [PATCH net v8 0/6] bonding: 3ad: fix carrier state with no usable slaves Louis Scalbert
2026-06-03 15:03 ` [PATCH net v8 1/6] tools: missed broadcast_neigh if_link uapi header Louis Scalbert
2026-06-08 21:16 ` Jay Vosburgh [this message]
2026-06-08 21:20 ` Jay Vosburgh
2026-06-03 15:03 ` [PATCH net v8 2/6] netlink: specs: rt-link: missed broadcast-neigh Louis Scalbert
2026-06-03 15:03 ` [PATCH net v8 3/6] bonding: 3ad: add lacp_strict configuration knob Louis Scalbert
2026-06-03 15:03 ` [PATCH net v8 4/6] bonding: 3ad: fix carrier when no usable slaves Louis Scalbert
2026-06-08 21:37 ` Jay Vosburgh
2026-06-09 7:56 ` Louis Scalbert
2026-06-09 8:54 ` Paolo Abeni
2026-06-03 15:03 ` [PATCH net v8 5/6] bonding: 3ad: fix mux port state on oper down Louis Scalbert
2026-06-03 15:03 ` [PATCH net v8 6/6] selftests: bonding: add test for lacp_strict mode Louis Scalbert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1040684.1780953413@famine \
--to=jv@jvosburgh.net \
--cc=andrew+netdev@lunn.ch \
--cc=andy@greyhouse.net \
--cc=edumazet@google.com \
--cc=fbl@redhat.com \
--cc=horms@kernel.org \
--cc=jonas.gorski@gmail.com \
--cc=kuba@kernel.org \
--cc=louis.scalbert@6wind.com \
--cc=maheshb@google.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=shemminger@vyatta.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.