CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/02 06:07:00
Modified files:
usr.sbin/bgpd : rde_update.c
Log message:
up_generate_default() needs to fake a prefix entry so that the outbound
filtering can happen. rde_filter no longer reads the re pointer but
instead the prefix entry pointer pt. So instead of faking a re entry
allocate a pt entry including the refcount dance. Also make sure that
the validation state is set to ROA_NOTFOUND.
Problem found by dlg@
