Skip to content

Debug split priority display

This merge request only contains the first commit (the 3 commits are those from merge request !93 (merged))

The proposition is to display pair priorities and candidate priorities in a more expressive way than by a guint32 or guint64, by splitting their value around the fields that compose them, with a separator between each field.

For example, a candidate priority will be printed "120.1.254" (type preference, local preference, component-id), and a pair priority will be printed by the concatenation of each candidate priority plus the final bit "120.1.255.120.1.255.0" according to the formula of the RFC.

Maybe something other than a dot would be better to avoid confusion with IPv4 addresses.

Edited by Fabrice Bellet

Merge request reports