On 12/08/2022 02:04, Stephen Hemminger wrote: > On Wed, 10 Aug 2022 19:23:03 -0700 > Jakub Kicinski <kuba@xxxxxxxxxx> wrote: > >> A very short and very incomplete generic python library. >> >> Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx> > > It would be great if python had standard module for netlink. > Then your code could just (re)use that. > Something like mnl but for python. There's pyroute2, that seemed alright when I used it for something a few years back, and I think it has the pieces you need. https://pyroute2.org/ -ed