kern/132176: [pf] pf stalls connection when using route-to [regression]

Karsten Schmidt gugge at guggemand.dk
Tue May 26 11:00:10 UTC 2009


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

From: Karsten Schmidt <gugge at guggemand.dk>
To: bug-followup at FreeBSD.org, link at ngc.net.ua
Cc:  
Subject: Re: kern/132176: [pf] pf stalls connection when using route-to [regression]
Date: Tue, 26 May 2009 12:40:52 +0200

 I have the same error on a 7.2 box with a bce device and vlans
 
 #pf.conf
 # send all packets from x.x.x.128/26 to nonlocal addresses through x.x.x.129
 pass out quick route-to ( bce0.11 x.x.x.129 ) from x.x.x.128/26 to 
 !x.x.x.128/26 no state
 
 #default gateway
 91.208.16.1
 
 #ifconfig
 bce0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
         
 options=1bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4>
         ether 00:1f:29:06:85:28
         inet x.x.x.125 netmask 0xffffff80 broadcast x.x.x.127
         media: Ethernet autoselect (1000baseTX <full-duplex>)
         status: active
 bce0.11: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 
 1500
         options=3<RXCSUM,TXCSUM>
         ether 00:1f:29:06:85:28
         inet x.x.x.140 netmask 0xffffffc0 broadcast x.x.x.191
         media: Ethernet autoselect (1000baseTX <full-duplex>)
         status: active
         vlan: 11 parent interface: bce0
 
 -- 
 Karsten


More information about the freebsd-pf mailing list