CVSROOT:        /cvs
Module name:    src
Changes by:     clau...@cvs.openbsd.org 2019/12/18 23:43:51

Modified files:
        usr.sbin/bgpctl: bgpctl.c 

Log message:
Change the way individual show functions are called. Up until now an imsg
was passed to each function and output happened based on the imsg type.
Now show() will look at the imsg and based on the type call the right
function to output this type. Because of this every show function is now
only displaying one specific object.
OK benno@

Reply via email to