The following reply was made to PR kern/122109; it has been noted by GNATS.

From: ten <[email protected]>
To: [email protected], [email protected]
Cc:  
Subject: Re: kern/122109: [ipfw] ipfw nat traceroute problem
Date: Mon, 18 Apr 2011 22:41:45 +0700

 --20cf30563995a1b54304a1333ac0
 Content-Type: text/plain; charset=ISO-8859-1
 
 Work's fine.
 mfc ?
 
 
 --- sys/netinet/libalias/alias.c.orig   2010-09-10 03:28:46.000000000 +0700
 +++ sys/netinet/libalias/alias.c        2011-04-18 22:05:07.000000000 +0700
 @@ -423,7 +423,7 @@
                 }
                 return (PKT_ALIAS_OK);
         }
 -       return (PKT_ALIAS_IGNORED);
 +       return (PKT_ALIAS_OK);
  }
 
 --20cf30563995a1b54304a1333ac0
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 Work&#39;s fine.<br>mfc ?<br><br><br>--- sys/netinet/libalias/alias.c.orig=
 =A0=A0 2010-09-10 03:28:46.000000000 +0700<br>+++ sys/netinet/libalias/alia=
 s.c=A0=A0=A0=A0=A0=A0=A0 2011-04-18 22:05:07.000000000 +0700<br>@@ -423,7 +=
 423,7 @@<br>=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 }<br>
 =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 return (PKT_ALIAS_OK);<br>=A0=
 =A0=A0=A0=A0=A0=A0 }<br>-=A0=A0=A0=A0=A0=A0 return (PKT_ALIAS_IGNORED);<br>=
 +=A0=A0=A0=A0=A0=A0 return (PKT_ALIAS_OK);<br>=A0}<br><br>
 
 --20cf30563995a1b54304a1333ac0--
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to "[email protected]"

Reply via email to