Skip to content

bundle7: Calculate ipn EID size using 64 bit integers

Felix Walter requested to merge hotfix/103-32-bit-ipn-eid-size into master

The node and service number are 64 bit unsigned integers. This fixes the validation and EID serialized size calculation and adds appropriate tests to the serializer unit tests.

This also makes the BPv7 serializer handle "" and NULL gracefully as null EIDs.

Fixes: #103 (closed)

Edited by Felix Walter

Merge request reports