CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2023/03/17 05:14:10
Modified files: usr.sbin/bgpd : rtr_proto.c Log message: Fix rtr_parse_aspa(), the spas array is actually not copied over into the rtr_aspa struct so access them directly from the buf using offset as the address of the first element. OK tb@