-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lib, test: fix display ipv4 mapped ipv6 addresses #16452
lib, test: fix display ipv4 mapped ipv6 addresses #16452
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but some tests still need to be adopted for a new output value.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
should this be put in together with #16439 ?? would it pass ci if these were one commit? |
CI:rerun |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
@Mergifyio rebase |
☑️ Nothing to do
|
the conflicts need to be fixed on this and it needs to be rebased so we can try to get it through ci ... |
Display ipv4 mapped ipv6 addresses in the format ::ffff:A.B.C.D. Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
Update IS-IS fuzz test to match corrected output after change in the display of IPv4 mapped IPv6 address. The update was performed using wuschl [1] like this: $ wuschl rebuild tests/isisd/test_fuzz_isis_tlv $ gzip -9 tests/isisd/test_fuzz_isis_tlv_tests.h [1] https://pypi.org/project/wuschl/ Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
44ec337
to
3c430cd
Compare
Display ipv4 mapped ipv6 addresses in the format ::ffff:A.B.C.D.