CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/10 09:13:35
Modified files:
usr.sbin/bgpd : rde.c
Log message:
rde_update_get_prefix() and friends should also verify the prefixlen.
This way the check can be removed from rde_update_dispatch() which is
just a duplicate of the general failure case of rde_update_get_prefix().
OK benno@ phessler@
