[#]
http://marc.info/?l=openbsd-cvs&m=140930304723146&w=2
openbsd-cvs(obsdave,2) — All
2014-08-29 13:55:11
Module name: src
Changes by: blambert@cvs.openbsd.org 2014/08/29 03:03:36
Modified files:
usr.sbin/relayd: parse.y relay.c relayd.conf.5 relayd.h
Log message:
Implement consistent host hashing for relayd, based on
work done by andre@
Re-add a randomized hash seed (which had apparently
gotten inadvertently removed in the past).
Allows for multiple relayd instances to be configured
to forward traffic to the same host, falling back to
the random seed when not explicitly configured to do so.
ok reyk@