CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2019/01/18 16:30:45
Modified files: usr.sbin/bgpd : bgpd.c bgpd.h kroute.c rde.c Log message: Don't store the mpe information in struct ktable but instead pass the ifindex from the RDE over. This will allow to import prefixes to multiple mpe interfaces in one rdomain. OK dlg@