CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2009/08/27 03:26:53
Modified files: usr.sbin/relayd: parse.y relayd.conf.5 Log message: allow to specify interface names as addresses, for example "listen on em0". the implementation will lookup the first IPv4 address of an interface before any other IPv4 and IPv6 addresses. ok gilles@ (i got inspired by smtpd)