From owner-cvs-all@FreeBSD.ORG Sat Oct 28 20:08:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F9C316A47C; Sat, 28 Oct 2006 20:08:13 +0000 (UTC) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42DBD43D55; Sat, 28 Oct 2006 20:08:13 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9SK8Dpe047892; Sat, 28 Oct 2006 20:08:13 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9SK8DxJ047891; Sat, 28 Oct 2006 20:08:13 GMT (envelope-from phk) Message-Id: <200610282008.k9SK8DxJ047891@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sat, 28 Oct 2006 20:08:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc rc.firewall src/etc/defaults rc.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Oct 2006 20:08:13 -0000 phk 2006-10-28 20:08:12 UTC FreeBSD src repository Modified files: etc rc.firewall etc/defaults rc.conf Log: Give rc.firewall a polish and a new method. Factor out the loopback setup Use "me" instead of hardcoded $ip where possible. Add "workstation" which protects just this machine with stateful firewalling. Put the variables for this in rc.conf. Submitted by: Flemming Jacobsen Reviewed by: cperciva Revision Changes Path 1.301 +10 -0 src/etc/defaults/rc.conf 1.49 +107 -16 src/etc/rc.firewall