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_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.13   7 years  claudio   Kill the timer.c reacharound it is not needed.
[TXT] bgpctl.8  1.73   7 years  phessler   draft-ietf-idr-shutdown extends to support a message on either of "Administrativ...
[TXT] bgpctl.c  1.193   7 years  claudio   Mission accomplished, bgpctl is now fatal free.
[TXT] mrtparser.c  1.8   8 years  mmcc   Remove NULL-checks before free(). I think I've almost scrubbed the entire tree o...
[TXT] mrtparser.h  1.1   12 years  claudio   Make it possible to parse MRT table dumps (all 3 formats) and display them like ...
[TXT] parser.c  1.77   7 years  benno   fix a crash when parsing large community given on the command line found by jsg@...
[TXT] parser.h  1.29   7 years  phessler   Add support for draft-ietf-idr-shutdown BGP state = Idle, marked down with ...
[TXT] irr_asset.c (in the Attic) [Hide]  1.11   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] irr_output.c (in the Attic) [Hide]  1.20   8 years  mmcc   err(1, "foo") -> err(1, NULL) for strdup()
[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.9   14 years  sthen   Add -4 and -6 flags to irrfilter mode, allowing you to only fetch (you guessed i...
[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...