scapy
scapy copied to clipboard
Added support for computing invariant CRC over IPv6
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.
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.
flake8 is reporting linting errors. Can you fix them?