This library is wonderful! I'm wondering if there are any plans to support the following traffic control action?
https://man7.org/linux/man-pages/man8/tc-actions.8.html
https://man7.org/linux/man-pages/man8/tc-csum.8.html
The current implementation supports the following actions from what I can see (https://github.com/vishvananda/netlink/blob/master/filter.go#L108):
- Gact
- Mirred
- Bpf
- BpfEdit
- Connmark
- TunnelKey
But none for CsumAction.