Date: Fri, 31 Mar 2000 12:36:30 -0800 (PST) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libalias alias_db.c libalias.3 Message-ID: <200003312036.MAA04875@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2000/03/31 12:36:30 PST Modified files: lib/libalias alias_db.c libalias.3 Log: Allow PacketAliasSetTarget() to be passed the following: INADDR_NONE: Incoming packets go to the alias address (the default) INADDR_ANY: Incoming packets are not NAT'd (direct access to the internal network from outside) anything else: Incoming packets go to the specified address Change a few inaddr::s_addr == 0 to inaddr::s_addr == INADDR_ANY while I'm there. Revision Changes Path 1.24 +15 -13 src/lib/libalias/alias_db.c 1.24 +9 -2 src/lib/libalias/libalias.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003312036.MAA04875>