OSDN Git Service

gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE_NONE
authorStephen Suryaputra <ssuryaextr@gmail.com>
Wed, 20 Oct 2021 20:06:18 +0000 (16:06 -0400)
committerJakub Kicinski <kuba@kernel.org>
Fri, 22 Oct 2021 21:10:36 +0000 (14:10 -0700)
commit61e18ce7348bfefb5688a8bcd4b4d6b37c0f9b2a
tree4e08200af59f1b89ed6a59e385bc68b2055ca86c
parentf3956e309ecc57940de031987e49a92b131315f7
gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE_NONE

When addr_gen_mode is set to IN6_ADDR_GEN_MODE_NONE, the link-local addr
should not be generated. But it isn't the case for GRE (as well as GRE6)
and SIT tunnels. Make it so that tunnels consider the addr_gen_mode,
especially for IN6_ADDR_GEN_MODE_NONE.

Do this in add_v4_addrs() to cover both GRE and SIT only if the addr
scope is link.

Signed-off-by: Stephen Suryaputra <ssuryaextr@gmail.com>
Acked-by: Antonio Quartulli <a@unstable.cc>
Link: https://lore.kernel.org/r/20211020200618.467342-1-ssuryaextr@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv6/addrconf.c