Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Feb 2012 10:30:08 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ipfw@FreeBSD.org
Subject:   Re: kern/165373: commit references a PR
Message-ID:  <201202261030.q1QAU8vg086229@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/165373; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/165373: commit references a PR
Date: Sun, 26 Feb 2012 10:21:04 +0000 (UTC)

 Author: ae
 Date: Sun Feb 26 10:20:55 2012
 New Revision: 232172
 URL: http://svn.freebsd.org/changeset/base/232172
 
 Log:
   MFC r231991:
     Don't use `m' after m_megapullup.
   
     PR:		kern/165373
   Approved by:	re (kib)
 
 Modified:
   stable/8/sys/netinet/ipfw/ip_fw_nat.c
 Directory Properties:
   stable/8/sys/   (props changed)
 
 Modified: stable/8/sys/netinet/ipfw/ip_fw_nat.c
 ==============================================================================
 --- stable/8/sys/netinet/ipfw/ip_fw_nat.c	Sun Feb 26 10:20:13 2012	(r232171)
 +++ stable/8/sys/netinet/ipfw/ip_fw_nat.c	Sun Feb 26 10:20:55 2012	(r232172)
 @@ -315,7 +315,7 @@ ipfw_nat(struct ip_fw_args *args, struct
  	}
  
  	if (retval == PKT_ALIAS_RESPOND)
 -		m->m_flags |= M_SKIP_FIREWALL;
 +		mcl->m_flags |= M_SKIP_FIREWALL;
  	mcl->m_pkthdr.len = mcl->m_len = ntohs(ip->ip_len);
  
  	/*
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202261030.q1QAU8vg086229>