Re: svn commit: r323945 - head/sys/contrib/ipfilter/netinet

2017-09-23 Thread Cy Schubert
In message <20170923105628.73924...@ernst.home>, Gary Jennejohn writes:
> On Sat, 23 Sep 2017 06:00:17 + (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.


___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r323945 - head/sys/contrib/ipfilter/netinet

2017-09-23 Thread Gary Jennejohn
On Sat, 23 Sep 2017 06:00:17 + (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.cSat Sep 23 01:39:16 
> 2017(r323944)
> +++ head/sys/contrib/ipfilter/netinet/ip_nat.cSat Sep 23 06:00:17 
> 2017(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 be 
solicitation.
> + /* it would require rewriting the ICMP data section  */
>   case ICMP_TSTAMP:
>   case ICMP_TSTAMPREPLY:
>   case ICMP_IREQ:
>


-- 
Gary Jennejohn
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r323945 - head/sys/contrib/ipfilter/netinet

2017-09-23 Thread Cy Schubert
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 2017
(r323944)
+++ head/sys/contrib/ipfilter/netinet/ip_nat.c  Sat Sep 23 06:00:17 2017
(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: */
+   /* it would require rewriting the ICMP data section  */
case ICMP_TSTAMP:
case ICMP_TSTAMPREPLY:
case ICMP_IREQ:
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"