From owner-freebsd-questions@freebsd.org Tue Jun 18 22:31:45 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 782B815CABD1 for ; Tue, 18 Jun 2019 22:31:45 +0000 (UTC) (envelope-from johnl@iecc.com) Received: from gal.iecc.com (gal.iecc.com [IPv6:2001:470:1f07:1126:0:43:6f73:7461]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gal.iecc.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DC53C6A164 for ; Tue, 18 Jun 2019 22:31:44 +0000 (UTC) (envelope-from johnl@iecc.com) Received: (qmail 48188 invoked from network); 18 Jun 2019 22:31:43 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding; s=bc37.5d09664f.k1906; i=johnl-iecc.com@submit.iecc.com; bh=prcS/NOwh1bEoYKnSIp2wJMgvvg73Y4AwgQHgRhccI4=; b=aUHdmPD4dyveZZicWJ9VYW5OJQoiGMCI5La0vclVDqvdcs1FztHz/J5qmNWVQFZ7suTHcbCajyi9m17gRMDwa380uq4YKdGNAsJO40Vh2j7EBk4DXYSvrg/EZjlhG+W3wunPlBv8O1c5VqcLrzQLBDqG336NO5VM1yv3+m+0xDfocM5WFmTnsPDd9TXpiOzl/OQ62un1hBIk36O4lxlqTibnyC9fcMKk9fH5Xpa+hQR/unDavMnRIH8KHL387PYC Received: from ary.qy ([64.246.232.221]) by imap.iecc.com ([64.57.183.75]) with ESMTPSA (TLS1.2 ECDHE-RSA AES-256-GCM AEAD, johnl@iecc.com) via TCP; 18 Jun 2019 22:31:43 -0000 Received: by ary.qy (Postfix, from userid 501) id 4139C2015FF31A; Tue, 18 Jun 2019 18:31:42 -0400 (EDT) Date: 18 Jun 2019 18:31:42 -0400 Message-Id: <20190618223143.4139C2015FF31A@ary.qy> From: "John Levine" To: freebsd-questions@freebsd.org Cc: rfg@tristatelogic.com Subject: Re: Eliminating IPv6 (?) In-Reply-To: <24393.1560893271@segfault.tristatelogic.com> Organization: Taughannock Networks X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jun 2019 22:31:45 -0000 In article <24393.1560893271@segfault.tristatelogic.com> you write: >Why is /etc/rc.firewall even being executed? I never explicitly asked for >that, but that seems to just be a by-product of how things are arranged >these days.... a by-product that I have no direct control over. It's called from the shell script /etc/rc.d/ipfw so if you don't like what it does, make it do something else.