vishvananda/netlink

netlink.FilterReplace fails to update match

bc185174 opened this issue · 0 comments

netlink.FilterReplace will not update the match.

From what I have read tc filter replace will only update the filter parameters and not the match filters like IP/Port.

I think to do this, I would have to us tc filter change to adjust the match parameters; however, this is not supported by the library.