CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2017/01/24 17:15:38
Modified files: usr.sbin/bgpd : rde.c rde.h rde_decide.c rde_rib.c Log message: Switch rde_generate_update and rde_send_kroute to accept a struct rib instead of the id. For this we move the rtableid into struct rib. Also move the update code in rib.c up to where the kroute code is. Makes more senses like that.