CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2014/10/20 08:50:41
Modified files: usr.sbin/relayd: parse.y relayd.h Log message: Remove the "interface" option from the "transparent forward" directive. It was mandatory in the grammar but never used in the code. A fully transparent relay can now be specified with the following directive in a relay block: "transparent forward to destination". OK sthen@