From owner-freebsd-net@freebsd.org Tue Jun 23 04:33:58 2020 Return-Path: Delivered-To: freebsd-net@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2337F348339 for ; Tue, 23 Jun 2020 04:33:58 +0000 (UTC) (envelope-from neel@neelc.org) Received: from rainpuddle.neelc.org (rainpuddle.neelc.org [IPv6:2001:19f0:8001:fed:5400:2ff:fe73:c622]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49rYM92BL9z3yb5 for ; Tue, 23 Jun 2020 04:33:56 +0000 (UTC) (envelope-from neel@neelc.org) Received: from mail.neelc.org (rainpuddle.neelc.org [IPv6:2001:19f0:8001:fed:5400:2ff:fe73:c622]) by rainpuddle.neelc.org (Postfix) with ESMTPSA id 5BFFAEB4E8 for ; Mon, 22 Jun 2020 21:33:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=neelc.org; s=mail; t=1592886829; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=1V9xPFzGF0O2+/rX5QaVacWenIUOUpC/ie5aX842O7o=; b=h8JZwVIjreMIXWSEY6zNPleC58o4eVE9w1MIkLwlwZfrGZDunlgjLTH+XKK1QuZxY2dj/W +dZwzClYGzK26JGsCAP4/DJQnBrJsz55NNCC45uH8PQM8leGFkL8etwsukJmW4klIMNtam Q9Q1hPUrpw774RVbTPIiAVxKYJo2hR5HOMQ5ApqiMG6S6dgpk9fAMiGJt6qNGjx/d2z6K0 lMaEbZOIZR4ge/j277Ji90Rf4l7tIOSXkgXFhnDahWwdXsRxLr3RAbhmnkJretGoi84KCq bkq5B2RYRjQ6VrjDviMrpZOHuRQzEFieUrddRiHOvpyRFcFKY5vB0qhX3OWGAg== MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 22 Jun 2020 21:33:49 -0700 From: Neel Chauhan To: freebsd-net@freebsd.org Subject: Committing a few ipfw(8) patches User-Agent: Roundcube Webmail/1.4.2 Message-ID: X-Sender: neel@neelc.org X-Rspamd-Queue-Id: 49rYM92BL9z3yb5 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=neelc.org header.s=mail header.b=h8JZwVIj; dmarc=pass (policy=none) header.from=neelc.org; spf=pass (mx1.freebsd.org: domain of neel@neelc.org designates 2001:19f0:8001:fed:5400:2ff:fe73:c622 as permitted sender) smtp.mailfrom=neel@neelc.org X-Spamd-Result: default: False [-3.01 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[neelc.org:s=mail]; NEURAL_HAM_MEDIUM(-1.02)[-1.021]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+a]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-net@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.03)[-1.031]; DKIM_TRACE(0.00)[neelc.org:+]; DMARC_POLICY_ALLOW(-0.50)[neelc.org,none]; NEURAL_HAM_SHORT(-0.05)[-0.054]; RCVD_COUNT_ONE(0.00)[1]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:20473, ipnet:2001:19f0:8000::/38, country:US]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; ONCE_RECEIVED(0.10)[] X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2020 04:33:58 -0000 Hi freebsd-net@, I'm really sorry if I'm bothering you with emails like this. If there are any committers here, I have two patches for the ipfw(8) subsystem. The patches (w/ description & URL) are: === ipfw(8): In fill_ip6(), use a single statement for both "me" and "me6". This prevents unneeded code duplication. URL: https://reviews.freebsd.org/D24403 === ipfw: Support {w:x:y::z}:port (bracketed) IPv6 addresses in the fwd command. While we're doing this, optimize by not attempting to parse addresses if we're using tableargs. URL: https://reviews.freebsd.org/D24011 === Both patches have been accepted by rgrimes@, but neither are committed yet. Could one of you committers please commit the above two patches? If so, I would love that. Unfortunately, I am not a committer. I just happen to share a first name (not last) with one, don't get confused. Best, Neel Chauhan === https://www.neelc.org/