Skip to content

Conversation

@salehma
Copy link

@salehma salehma commented Mar 28, 2022

I wanted to use the compute_icrc function as a part of a task in my job.
I have added the the IPv6 implementation after it was marked under TODO.
I have read the manual on how to implement it and tested.

@guedou
Copy link
Member

guedou commented Mar 28, 2022

Thanks for your interest in Scapy and this PR. Could you add a unit test to the file roce.uts?
It helps reviewing your changes and test them.

warning(f"The underlayer protocol %s is not supported.",
ip and ip.name)
return self.pack_icrc(0)
return struct.pack("!I", 0 & 0xffffffff)[::-1]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are you not using pack_icrc(0) here?

@guedou
Copy link
Member

guedou commented Oct 8, 2022

flake8 is reporting linting errors. Can you fix them?

@gpotter2 gpotter2 added this to the 2.6.0 milestone Feb 5, 2024
@gpotter2
Copy link
Member

Closed by #4154.

@gpotter2 gpotter2 closed this Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants