Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 2010 08:40:03 GMT
From:      Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/144311: massive ICMP storm on lo0 occurs when using pf(4) 'reply-to'
Message-ID:  <201002260840.o1Q8e3Ie003244@freefall.freebsd.org>

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

From: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/144311: massive ICMP storm on lo0 occurs when using pf(4)
 'reply-to'
Date: Fri, 26 Feb 2010 17:33:42 +0900 (JST)

 I changed the rule to use 'route-to' instead of 'reply-to' and the
 ICMP storm stopped.
 
 ----------
 if_isp1="em0"
 isp1_router="GW1.GW1.GW1.GW1"
 if_isp2="em1"
 isp2_router="GW2.GW2.GW2.GW2"
 
 pass in all no state
 pass out all
 pass out route-to ( $if_isp1 $isp1_router ) from $if_isp1
 pass out route-to ( $if_isp2 $isp2_router ) from $if_isp2
 ----------
 
 I'm not sure about the implementation difference of 'reply-to' and
 'route-to'.



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