From owner-freebsd-rc@FreeBSD.ORG Sat Oct 27 16:16:13 2012 Return-Path: Delivered-To: freebsd-rc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 29995AC9; Sat, 27 Oct 2012 16:16:13 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id E59578FC08; Sat, 27 Oct 2012 16:16:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9RGGCQt061217; Sat, 27 Oct 2012 16:16:12 GMT (envelope-from crees@freefall.freebsd.org) Received: (from crees@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9RGGCbK061213; Sat, 27 Oct 2012 16:16:12 GMT (envelope-from crees) Date: Sat, 27 Oct 2012 16:16:12 GMT Message-Id: <201210271616.q9RGGCbK061213@freefall.freebsd.org> To: richard@gohome.net, crees@FreeBSD.org, freebsd-rc@FreeBSD.org From: crees@FreeBSD.org Subject: Re: conf/56934: [patch] rc.firewall rules for natd expect an interface, but it can be an address X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Oct 2012 16:16:13 -0000 Synopsis: [patch] rc.firewall rules for natd expect an interface, but it can be an address State-Changed-From-To: open->feedback State-Changed-By: crees State-Changed-When: Sat Oct 27 16:16:12 UTC 2012 State-Changed-Why: I'm not convinced that this is an actual problem-- are you saying that the value of natd_interface isn't checked for sanity? For the sake of speed it's better to assume that the correct values are put into rc.conf, but is there a disastrous side effect that I'm missing if the value is incorrect? http://www.freebsd.org/cgi/query-pr.cgi?pr=56934