CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/10/17 06:01:19
Modified files: usr.sbin/bgpctl: Makefile bgpctl.c bgpctl.h output.c output_json.c parser.c parser.h Added files: usr.sbin/bgpctl: ometric.c ometric.h output_ometric.c Log message: Implement openmetric output via bgpctl show metric command This adds most of the generic code to output the metrics with labels and implements some basic metrics. The code works but metrics may still change. OK tb@