Commits


Standardize logging with bgpd OK claudio@


remove unneeded semicolons; checked by millert@


Convert string2binary() to use new ibuf api instead of working with an extra buffer first. OK tb@


Add support for binary protocol health checking. Feedback and guidance from benno@ and reky@. Man page tweaks from jmc@. ok benno@


Fix filter rules with "forward to" statement in persistent connections. OK bentley@ mikeb@


Move local logging functions from log.c to new file util.c (that is also shared with relayctl). This allows us to unify common log.c with other daemons. It also clarifies the Copyright: log.c is by Henning, relayd's additions were from me. No functional or code changes, but it will make future updates easier.