CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/08/21 04:17:36
Modified files:
usr.sbin/ospf6d: rde_lsdb.c
Log message:
Fix wrong fall through. The IMSG_CTL_SHOW_DB_INTRA case should only
send back LSA with type LSA_TYPE_INTRA_A_PREFIX. LSA_TYPE_INTER_A_PREFIX
should not be included there.
OK claudio@
