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_6_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.14   5 years  jsg   explicitly link libm for sqrt()/fmax() calls added in bgpctl.c rev 1.204
[TXT] bgpctl.8  1.83   5 years  denis   add filter option based on origin validation state OK claudio@
[TXT] bgpctl.c  1.219   5 years  job   Expose BGP Origin Validation state in bgpctl show commands OK denis@ claudio@
[TXT] mrtparser.c  1.9   5 years  claudio   Print the timestamp embedded in mrt files for update and status messages. Also i...
[TXT] mrtparser.h  1.2   5 years  claudio   Print the timestamp embedded in mrt files for update and status messages. Also i...
[TXT] parser.c  1.86   5 years  denis   add filter option based on origin validation state OK claudio@
[TXT] parser.h  1.31   5 years  job   Expose BGP Origin Validation state in bgpctl show commands OK denis@ claudio@
[TXT] irr_asset.c (in the Attic) [Hide]  1.12   5 years  claudio   Rename struct as_set to struct irr_as_set to not conflict with bgpd. OK $CC
[TXT] irr_output.c (in the Attic) [Hide]  1.21   5 years  claudio   Rename struct as_set to struct irr_as_set to not conflict with bgpd. OK $CC
[TXT] irr_parser.c (in the Attic) [Hide]  1.14   9 years  phessler   some people are capitalizing keywords, so ignore case when we test the tokens O...
[TXT] irr_prefix.c (in the Attic) [Hide]  1.21   8 years  deraadt   these 3 files do not need sys/socket.h
[TXT] irrfilter.c (in the Attic) [Hide]  1.6   8 years  benno   pledge in bgpctl. ok deraadt
[TXT] irrfilter.h (in the Attic) [Hide]  1.10   5 years  claudio   Rename struct as_set to struct irr_as_set to not conflict with bgpd. OK $CC
[TXT] whois.c (in the Attic) [Hide]  1.5   10 years  guenther   If a constant string needs a name, use a static const array instead of a pointer...