-
Notifications
You must be signed in to change notification settings - Fork 140
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
Named quotas and their usage in map #238
Comments
Hi @ProjectIcarusX, from the following output:
The netlink message corresponds to Dissection of the netlink message:
As far as I see in the nftables Go code, this expression is not currently implemented. You can implement it and send a PR if you want, otherwise I can look into it in the next few weeks. |
Fixes google#238 Adds quota object Updated tests
Hi,
Is it possible to add/create/list/delete named quotas through the library?
Also is it possible to use them as the map values?
NFTables support them and they can be added through CLI. The library currently lists maps with quota values as normal sets with value undefined.
The text was updated successfully, but these errors were encountered: