You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If support for the matchall filter is accepted (see: rust-netlink/netlink-packet-route#21 ), a matchall method on TrafficFilterNewRequest similar to the u32 method would be useful.
The text was updated successfully, but these errors were encountered:
sophacles
pushed a commit
to sophacles/rtnetlink
that referenced
this issue
Feb 9, 2023
This adds a new method `matchall` to the TrafficFilterNewRequest struct,
equivalent to commands like `tc filter ... matchall`. The matchall
filter will match every packet and apply defined actions (etc) to it.
sophacles
pushed a commit
to sophacles/rtnetlink
that referenced
this issue
Mar 6, 2023
If support for the matchall filter is accepted (see: rust-netlink/netlink-packet-route#21 ), a
matchall
method onTrafficFilterNewRequest
similar to theu32
method would be useful.The text was updated successfully, but these errors were encountered: