Stephan Ferlin-Reiter
Stephan Ferlin-Reiter
I'm using an ImageCapture and grabFrame to retrieve frames from a video stream. grabFrame returns a promise that I need to await to get a frame. I don't see a...
This adds an implementation of `Rule.Equal` (and `RulePortRange.Equal`, `RuleUIDRange.Equal`) which allows us to compare two `Rule` objects. It fixes https://github.com/vishvananda/netlink/issues/1094
When reading rules, makes sure to populate the type field of `Rule`. Also adds a l3mdev flag to `Rule`, reads it and makes sure it is taken into account when...
`Route.Equal` exists and allows us to compare two `Route` objects. It would be useful to have also have `Equal` for `Rule` objects.