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_2


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.78   6 years  jmc   word fix; from tom smyth
[TXT] bgpctl.c  1.199   6 years  benno   replace memcpy() with assignements where the type is the same. noticed by deraad...
[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.80   6 years  benno   handle extended communities in bgpctl. From Dennis Fondras, thanks! ok phessler@...
[TXT] parser.h  1.30   6 years  benno   handle extended communities in bgpctl. From Dennis Fondras, thanks! ok phessler@...
[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...