OpenBSD CVS

src/usr.sbin/bgpctl/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / bgpctl

Current tag: OPENBSD_7_3


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.18   19 months  claudio   Implement openmetric output via bgpctl show metric command This adds most of th...
[TXT] bgpctl.8  1.106.4.1   12 months  tb   Rename 'invalid' to 'disqualified' in the 'show rib' table. 'invalid' conflicts...
[TXT] bgpctl.c  1.290   14 months  claudio   Extend bgpctl show rib with two new options: - invalid: show only routes that a...
[TXT] bgpctl.h  1.19   16 months  claudio   Print the ASPA validation state (avs) in various show rib outputs. OK tb@
[TXT] json.c  1.3   21 months  claudio   Add missing OpenBSD id comment
[TXT] json.h  1.4   21 months  claudio   Add missing OpenBSD id comment
[TXT] mrtparser.c  1.19   19 months  job   Fix some spelling errors Thanks Marco D'Itri for spotting them OK claudio@
[TXT] mrtparser.h  1.5   2 years  claudio   Switch from u_intX_t types to stdint.h uintX_t like it was done in bgpd. OK flor...
[TXT] ometric.c  1.10   16 months  tb   sync with rpki-client 'more dastardly white spaces' commit
[TXT] ometric.h  1.6   16 months  tb   sync with rpki-client 'more dastardly white spaces' commit
[TXT] output.c  1.37   14 months  claudio   Add role output to bgpctl, also adjust the capability output. Note, this changes...
[TXT] output_json.c  1.30   14 months  claudio   Add role output to bgpctl, also adjust the capability output. Note, this changes...
[TXT] output_ometric.c  1.10   17 months  claudio   Since bgpctl uses clock_gettime() and struct timespec switch ometric code over t...
[TXT] parser.c  1.122.4.1   12 months  tb   Rename 'invalid' to 'disqualified' in the 'show rib' table. 'invalid' conflicts...
[TXT] parser.h  1.44   19 months  claudio   SHOW_METRICS for the actions enum. Just to match the rest.