CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/09/22 12:17:49
Modified files: usr.sbin/bgpctl: mrtparser.c Log message: Adjust handling of RIB_GENERIC_ADDPATH MRT messages. Parse it the way OpenBGPD and GoBGP dump so that it works with all the MRT implementations out there supporting this. While there do some additional minor cleanup. OK deraadt@