Bug #397
bidirectional chain match seems not to work
| Status: | Closed | Start: | 07/24/2011 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | Andreas Unterkircher | % Done: | 100% |
|
| Category: | internals | Spent time: | 1.50 hours | |
| Target version: | 0.60 | |||
Description
if a chain is set to match bidirectional (<->), rules only contains filter rules in one direction.
/sbin/tc filter add dev eth1 parent 1:1 protocol all prio 2 u32 match ip src 192.168.1.0/24 match ip dst 192.168.2.0/24 flowid 1:fefe
Associated revisions
Revision 44c98a4fd1e4c57bf27159860a1f1958177e4c11
fix bidirectional chain match, fixes #397
Revision 3722401827122c7b72f65bc6b311c461debe754e
apply a further fix for bidrectional handling, fixes #397
History
Updated by Andreas Unterkircher 302 days ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset 44c98a4fd1e4c57bf27159860a1f1958177e4c11.
Updated by Andreas Unterkircher 302 days ago
- Status changed from Resolved to Closed