diff options
author | Xin Long <lucien.xin@gmail.com> | 2022-12-09 18:21:39 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-12-13 02:18:25 +0300 |
commit | 0aa64df30b382fc71d4fb1827d528e0eb3eff854 (patch) | |
tree | ce2f838d3eea2c9527af70860e36736044e322e6 /net | |
parent | 8a321cf7becc6c065ae595b837b826a2a81036b9 (diff) | |
download | linux-0aa64df30b382fc71d4fb1827d528e0eb3eff854.tar.xz |
net: team: use IFF_NO_ADDRCONF flag to prevent ipv6 addrconf
This patch is to use IFF_NO_ADDRCONF flag to prevent ipv6 addrconf
for Team port. This flag will be set in team_port_enter(), which
is called before dev_open(), and cleared in team_port_leave(),
called after dev_close() and the err path in team_port_add().
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions