Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a matchall method in TrafficFilterNewRequest #12

Open
sophacles opened this issue Feb 9, 2023 · 0 comments
Open

Provide a matchall method in TrafficFilterNewRequest #12

sophacles opened this issue Feb 9, 2023 · 0 comments

Comments

@sophacles
Copy link

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.

sophacles pushed a commit to sophacles/rtnetlink that referenced this issue Feb 9, 2023
sophacles pushed a commit to sophacles/rtnetlink that referenced this issue Feb 9, 2023
sophacles pushed a commit to sophacles/rtnetlink that referenced this issue Mar 6, 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
Create a tc subnet nat on a specified interface using the CIDRs provided
on the command line.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant