Fix filtering on bridged networks. We (actually I) had source and
authorSimon Schubert <corecode@dragonflybsd.org>
Tue, 5 Jul 2005 10:20:39 +0000 (10:20 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Tue, 5 Jul 2005 10:20:39 +0000 (10:20 +0000)
commitfd9b63b20c55d17ac658e6e79d713e13312cfbc2
tree73532c698001c46b59be5440ef16ab201742c5b4
parentfa8f36eb6da62c4b439d7974447c598dedd19460
Fix filtering on bridged networks. We (actually I) had source and
destination interface reversed, so things were working backwards, but
just for filtering. This makes the code the same like on FreeBSD.

I hope this also fixes dangling state table issues with pf, but we'll see.
sys/net/bridge/bridge.c
sys/net/oldbridge/bridge.c