You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: On wistron ES1227 platform, by default all the interfaces (irrespective of L2 or L3) are getting Ipv6 link local ips and these IPs are getting generated from random MAC. That means, it is not following the EUI-64 standard. But if those interfaces are getting the correct EUI-64 based IPv6 LL ip if we flap them.
I tried setting following kernel parameters but no luck.
net.ipv6.conf.default.addr_gen_mode=0 - generates random addresses for each interface
net.ipv6.conf.default.addr_gen_mode=1 - doesn't generate any v6 addresses
net.ipv6.conf.default.addr_gen_mode=2 - doesn't generate any v6 addresses
net.ipv6.conf.default.addr_gen_mode=3 - generates random addresses for each interface
Expected result:
All the interface must be having e80::5eff:35ff:fee7:3f8 Ipv6 LL IP, not the random ones.
Additionally, the interfaces which are part of bridge should not receive the IPv6 LL ip.
Version:
Platform: arm64-wistron_es1227_54ts-r0
HwSKU: wistron_es1227_54ts
ASIC: marvell
ASIC Count: 1
Serial Number: 68104P01001040300002M0SA
Model Number: ES-1227-54TS-O
Hardware Revision: 0
SONIC version: 202211
The text was updated successfully, but these errors were encountered:
Issue: On wistron ES1227 platform, by default all the interfaces (irrespective of L2 or L3) are getting Ipv6 link local ips and these IPs are getting generated from random MAC. That means, it is not following the EUI-64 standard. But if those interfaces are getting the correct EUI-64 based IPv6 LL ip if we flap them.
Reference logs:
I tried setting following kernel parameters but no luck.
net.ipv6.conf.default.addr_gen_mode=0 - generates random addresses for each interface
net.ipv6.conf.default.addr_gen_mode=1 - doesn't generate any v6 addresses
net.ipv6.conf.default.addr_gen_mode=2 - doesn't generate any v6 addresses
net.ipv6.conf.default.addr_gen_mode=3 - generates random addresses for each interface
Expected result:
All the interface must be having e80::5eff:35ff:fee7:3f8 Ipv6 LL IP, not the random ones.
Additionally, the interfaces which are part of bridge should not receive the IPv6 LL ip.
Version:
Platform: arm64-wistron_es1227_54ts-r0
HwSKU: wistron_es1227_54ts
ASIC: marvell
ASIC Count: 1
Serial Number: 68104P01001040300002M0SA
Model Number: ES-1227-54TS-O
Hardware Revision: 0
SONIC version: 202211
The text was updated successfully, but these errors were encountered: