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_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.19   13 months  claudio   Implement bgpctl show flowspec and bgpctl flowspec flush. This uses the flowspe...
[TXT] bgpctl.8  1.111   13 months  claudio   Rename 'invalid' to 'disqualified' in the 'show rib' table. 'invalid' conflicts...
[TXT] bgpctl.c  1.296   9 months  claudio   Add missing <sys/time.h> include for timespecsub()
[TXT] bgpctl.h  1.21   13 months  claudio   Implement bgpctl show flowspec and bgpctl flowspec flush. This uses the flowspe...
[TXT] json.c  1.10   11 months  claudio   KNF
[TXT] json.h  1.8   12 months  claudio   Sync json.c with rpki-client rev 1.3: Add an extra argument compact to json_do_o...
[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   17 months  tb   sync with rpki-client 'more dastardly white spaces' commit
[TXT] ometric.h  1.6   17 months  tb   sync with rpki-client 'more dastardly white spaces' commit
[TXT] output.c  1.41   13 months  claudio   Same change as in bgpd: Add explicit default labels in switch() statements with ...
[TXT] output_json.c  1.35   12 months  claudio   Sync json.c with rpki-client rev 1.3: Add an extra argument compact to json_do_o...
[TXT] output_ometric.c  1.11   14 months  claudio   Use pt_size from struct rde_memstats instead of computing it by hand. OK tb@
[TXT] parser.c  1.133   13 months  claudio   Rename 'invalid' to 'disqualified' in the 'show rib' table. 'invalid' conflicts...
[TXT] parser.h  1.46   13 months  claudio   Implement flowspec add and delete to add/remove flowspec rules dynamically. OK t...