Bug 800 - IPv6 IP configured on Mgmt interface is getting changed automatically ||AS-13162 || CBI ||

Review Request #293 — Created June 20, 2024 and updated — Latest diff uploaded

timlai
AVX2
rel_avx_2_7_2
800
prajesh, wli

Root Cause:
AVX add ipv6 SLAAC address automatically, cause user ipv6 configuration change

Solution:
"show running" should only display the IPv6 addresses manually configured by the user, not the SLAAC-generated addresses.
Add a condition to filter out SLAAC-generated IPv6 addresses.

Reproduce:
Using python scapy library to send ipv6 ra packet, check ipv6 change on mgmt port.

Fix:
Same reproduce method but not see ipv6 change.

    Loading...