From nobody@FreeBSD.org  Sat Feb 25 09:49:20 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EBD0216A420
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 25 Feb 2006 09:49:20 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B9C0543D45
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 25 Feb 2006 09:49:20 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k1P9nKU9015999
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 25 Feb 2006 09:49:20 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k1P9nKoS015998;
	Sat, 25 Feb 2006 09:49:20 GMT
	(envelope-from nobody)
Message-Id: <200602250949.k1P9nKoS015998@www.freebsd.org>
Date: Sat, 25 Feb 2006 09:49:20 GMT
From: Vlad GALU <vladgalu@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: pf reply-to doesn't work
X-Send-Pr-Version: www-2.3

>Number:         93825
>Category:       kern
>Synopsis:       [pf] pf reply-to doesn't work
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-pf
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 25 09:50:04 GMT 2006
>Closed-Date:    
>Last-Modified:  Sun Feb 26 07:28:44 GMT 2006
>Originator:     Vlad GALU
>Release:        6.1-PRERELEASE
>Organization:
>Environment:
FreeBSD snakepit.afraid.org 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Mon Feb  6 12:14:23 EET 2006     root@snakepit.afraid.org:/usr/src/sys/i386/compile/SNAKEPIT  i386

>Description:
This is a multihomed machine. I expect replies to requests that came on one
interface to leave the machine on the same interface. This doesn't happen.
>How-To-Repeat:
Assuming you have packets coming in through $local_if, and the following
ruleset:

pass in quick on $local_if reply-to ($local_if $local_gw) \
        inet proto tcp from any to ($local_if) \
        port = 80 flags S/SA keep state

This rule does create state, but the packets leave the machine through
the interface the default route is connected to, which is not $local_if.
>Fix:
              
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-pf 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Feb 26 07:28:34 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93825 
>Unformatted:
