CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/09 08:00:48
Modified files:
usr.sbin/bgpd : rtr_proto.c
Log message:
Remove the ibuf_size(pdu) % sizeof(uint32_t) == 0 since it is already
done in rtr_parse_header(). No need to do it twice.
