On Tue, Mar 28, 2023 at 10:35:34AM +0200, Claudio Jeker wrote: > Switch mrt_dump_entry_v2() to use a dynamic ibuf for the prefix and > switch the order of operation so that the memmove() of pbuf is no longer > needed. Using a static buffer is problematic when flowspec support is > added since flowspec "prefixes" can be more than 255 bytes long.
Reads fine. ok DUMP_SHORT() uses htons() instead of ntohs(), but those are different names for the same thing unless I'm totally fooling myself.