From owner-svn-src-all@freebsd.org Sat Sep 23 16:48:52 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 760EEE091D3; Sat, 23 Sep 2017 16:48:52 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 2A9857CB50; Sat, 23 Sep 2017 16:48:51 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id vnbkd3iNfDJTWvnbldTTTs; Sat, 23 Sep 2017 10:48:49 -0600 X-Authority-Analysis: v=2.2 cv=B4DJ6KlM c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=2JCJgTwv5E4A:10 a=6I5d2MoRAAAA:8 a=YxBL1-UpAAAA:8 a=9OrMMSz_Y9faLxoPUMAA:9 a=CjuIK1q_8ugA:10 a=IjZwj45LgO3ly-622nXo:22 a=Ia-lj3WSrqcvXOmTRaiG:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id C8D1411F5; Sat, 23 Sep 2017 09:48:47 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id v8NGmlBJ019577; Sat, 23 Sep 2017 09:48:47 -0700 (PDT) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201709231648.v8NGmlBJ019577@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: gljennjohn@gmail.com cc: Cy Schubert , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r323945 - head/sys/contrib/ipfilter/netinet In-Reply-To: Message from Gary Jennejohn of "Sat, 23 Sep 2017 10:56:28 +0200." <20170923105628.739240b5@ernst.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 23 Sep 2017 09:48:47 -0700 X-CMAE-Envelope: MS4wfFbH/2fbMO0YO3HwU+bKjbltFsOy8dqU71Wfkzmcu551foIGdDjh/3Nz9s8dzyM3zaoHxIOgYVL51/V0kKTS1mic1i2yzT/KkKmvJ1XPpO62fpBS+7UU QIuNCDNUsMJGO6io4ne6pdu2HTrgdCzuVmaWKkjU/KBTVxjexxV2i0iEourCwkxH9N99M/TvpoPOXnghJlF7SyOCVskau8/7oeAvjt5wESZSD0k+E5f9E5rD /WFIgAMxQXjmDNm6505lbHCLFIclTqNxDnIK6u2xwUm/m3+xEtDyYjyZNqazQ9TnwkdpqTZDtxNhfQyGCHQ0jw== X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Sep 2017 16:48:52 -0000 In message <20170923105628.739240b5@ernst.home>, Gary Jennejohn writes: > On Sat, 23 Sep 2017 06:00:17 +0000 (UTC) > Cy Schubert wrote: > > > Author: cy > > Date: Sat Sep 23 06:00:17 2017 > > New Revision: 323945 > > URL: https://svnweb.freebsd.org/changeset/base/323945 > > > > Log: > > Correct two misspellings. Also align */. > > > > Modified: > > head/sys/contrib/ipfilter/netinet/ip_nat.c > > > > Modified: head/sys/contrib/ipfilter/netinet/ip_nat.c > > =========================================================================== > === > > --- head/sys/contrib/ipfilter/netinet/ip_nat.c Sat Sep 23 01:39:16 201 > 7 (r323944) > > +++ head/sys/contrib/ipfilter/netinet/ip_nat.c Sat Sep 23 06:00:17 201 > 7 (r323945) > > @@ -6093,8 +6093,8 @@ ipf_nat_icmpquerytype(icmptype) > > { > > case ICMP_ECHOREPLY: > > case ICMP_ECHO: > > - /* route aedvertisement/solliciation is currently unsupported: */ > > - /* it would require rewriting the ICMP data section */ > > + /* route advertisement/soliciation is currently unsupported: */ > ^^^^^^^^^ still wrong - should b > e solicitation. pfft. Silly me. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.