index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
bgplgd
Age
Commit message (
Expand
)
Author
2024-01-26
Add a -V flag to bgplgd
Job Snijders
2023-05-09
Adjust bgplgd after renaming of the invalid option in bgpctl.
Claudio Jeker
2023-03-31
When the slowcgi timeout fires but no process what yet started terminate
Claudio Jeker
2023-03-13
Extend bgplgd to handle leaked and invalid options to show rib.
Claudio Jeker
2023-02-03
add missing ".It Xo" in previous;
Jason McIntyre
2023-02-03
Add ASPA support to bgpctl FastCGI server
Job Snijders
2022-10-27
Print the pid in some additional debug messages to be able to match them
Claudio Jeker
2022-10-17
Document /metrics endpoint and use bgpctl show metrics as command.
Claudio Jeker
2022-10-17
Add /metrics endpoint which outputs stats in openmetrics format.
Claudio Jeker
2022-08-25
Use memset() and memcpy() instead of bzero() or bcopy().
Claudio Jeker
2022-08-12
Implement slowcgi_timeout() to actually kill the backend bgpctl process.
Claudio Jeker
2022-07-17
infromation -> information
Jonathan Gray
2022-07-08
This needs arpa/inet.h for ntohs() and htons()
Claudio Jeker
2022-06-28
Fix manpage from jmc@ but also fix the privdrop user to _bgplgd
Claudio Jeker
2022-06-28
Add bgplgd a fastcgi daemon that provide a REST JSON api to bgpctl.
Claudio Jeker