CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/21 04:17:22
Modified files:
usr.sbin/bgpd : bgpd.h kroute.c util.c
Log message:
Media and link states are highly OS dependent, to make porting easier
export the interface info in a way that does not need OS specific functions
to print it. Link state and media are now strings that are set by bgpd.
bgpctl can just print them. Move get_linkstate and get_media_descr to
kroute.c where all other system specific stuff is.
OK sthen@
