From owner-freebsd-bugs@FreeBSD.ORG Sat Feb 25 09:50:05 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 535C916A420 for ; Sat, 25 Feb 2006 09:50:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C635543D46 for ; Sat, 25 Feb 2006 09:50:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1P9o48R075735 for ; Sat, 25 Feb 2006 09:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1P9o4nG075734; Sat, 25 Feb 2006 09:50:04 GMT (envelope-from gnats) Resent-Date: Sat, 25 Feb 2006 09:50:04 GMT Resent-Message-Id: <200602250950.k1P9o4nG075734@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vlad GALU Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBD0216A420 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/93825: pf reply-to doesn't work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 09:50:05 -0000 >Number: 93825 >Category: kern >Synopsis: pf reply-to doesn't work >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >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: >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: >Unformatted: