Skip to content
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

Implement OSPFv3 packet layer #225

Closed
wants to merge 3 commits into from

Conversation

mraerino
Copy link
Contributor

@mraerino mraerino commented Sep 2, 2019

Supports decoding and encoding of OSPFv3 messages in IPv6 packets.

RFC: 5340 - OSPF for IPv6

Test suite

Testing is based on packet captures from packetlife - in fixtures

Decoding

Decodes all packets from the capture. Only fails on unexpected conditions (length or checksum mismatch).

Encoding

Encodes go structs from snapshots in fixtures/packets. Compares the results to the packet capture.
To update the snapshots, run go run ./protocols/ospf/packetv3/fixtures/packets/gen/.

This was referenced Sep 2, 2019
@mraerino
Copy link
Contributor Author

Superseded by #235

@mraerino mraerino closed this Dec 27, 2019
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.

1 participant