CVSROOT: /cvs Module name: src Changes by: chr...@cvs.openbsd.org 2019/07/13 00:53:00
Modified files: usr.sbin/relayd: relay_http.c relay.c Log message: Don't "forward to <table>" when a "forward to destination" address is set. This matches the documented behaviour. On matching "forward to <table>" filter rules the "forward to destination" address is unset, so that in that case the "forward to <table>" rule is still used. OK benno@, regression tests still passing.