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_5_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.85   5 years  claudio   Allow 'neighbor descripton' to be used like neighbor group description which wil...
[TXT] bgpctl.c  1.234   5 years  claudio   Adjust to the last bgpd change. sa2addr gets an extra agrument and local and rem...
[TXT] mrtparser.c  1.10   5 years  claudio   Use struct bgpd_addr instead of a union of sockaddrs to store addresses in the m...
[TXT] mrtparser.h  1.3   5 years  claudio   Use struct bgpd_addr instead of a union of sockaddrs to store addresses in the m...
[TXT] parser.c  1.93   5 years  claudio   Include endian.h since htobe* or be*toh is used. Helps with protable. OK deraadt...
[TXT] parser.h  1.35   5 years  claudio   Adjust to last bgpd commit changing the MPLS VPN configuration. Sync the communi...
[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.15   5 years  claudio   Instead of a (ulong) case just use %zu in printf and remove the cast. Helps port...
[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...