Re: bgpctl: split out show functions into own file

2019-12-20 Thread Sebastian Benoit
Claudio Jeker(cje...@diehard.n-r-g.com) on 2019.12.20 08:24:34 +0100: > This diff just moves most show related functions into a new file. > It is mostly mechanical (remove function from bgpctl.c and add it to > output.c). > > OK? ok did you check that bgplg etc still build (i dont see why they s

bgpctl: split out show functions into own file

2019-12-19 Thread Claudio Jeker
This diff just moves most show related functions into a new file. It is mostly mechanical (remove function from bgpctl.c and add it to output.c). OK? -- :wq Claudio ? obj Index: Makefile === RCS file: /cvs/src/usr.sbin/bgpctl/Makefi