[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1670599241.git.lucien.xin@gmail.com>
Date: Fri, 9 Dec 2022 10:21:37 -0500
From: Xin Long <lucien.xin@...il.com>
To: network dev <netdev@...r.kernel.org>
Cc: davem@...emloft.net, kuba@...nel.org,
Eric Dumazet <edumazet@...gle.com>,
Paolo Abeni <pabeni@...hat.com>, Jiri Pirko <jiri@...nulli.us>,
Jay Vosburgh <j.vosburgh@...il.com>,
Veaceslav Falico <vfalico@...il.com>,
Andy Gospodarek <andy@...yhouse.net>,
Sridhar Samudrala <sridhar.samudrala@...el.com>,
Stephen Hemminger <stephen@...workplumber.org>,
LiLiang <liali@...hat.com>
Subject: [PATCH net-next 0/3] net: add IFF_NO_ADDRCONF to prevent ipv6 addrconf
This patchset adds IFF_NO_ADDRCONF flag for dev->priv_flags
to prevent ipv6 addrconf, as Jiri Pirko's suggestion.
For Bonding it changes to use this flag instead of IFF_SLAVE
flag in Patch 1, and for Teaming and Net Failover it sets
this flag before calling dev_open() in Patch 2 and 3.
Xin Long (3):
net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6
addrconf
net: team: use IFF_NO_ADDRCONF flag to prevent ipv6 addrconf
net: failover: use IFF_NO_ADDRCONF flag to prevent ipv6 addrconf
drivers/net/bonding/bond_main.c | 18 +++++++++++++-----
drivers/net/team/team.c | 2 ++
include/linux/netdevice.h | 3 ++-
net/core/failover.c | 6 +++---
net/ipv6/addrconf.c | 4 ++--
5 files changed, 22 insertions(+), 11 deletions(-)
--
2.31.1
Powered by blists - more mailing lists