home.social

#pyroute2 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pyroute2, aggregated by home.social.

  1. I don't like to maintain packaging upstream, but… I required netns configuration support on Debian for using network namespaces with haproxy!

    Sadly I had to use dh_virtualenv because pyroute2 in Debian sid+stable is to old to have all required netns related features.

    Haproxy has namespace support for listeners and servers which allows one to easily build multi-tenant load-balancing setups. 😎

    codeberg.org/liske/ifstate/src

    #linuxnetworking #ifstate #haproxy #pyroute2 #Debian

  2. #ifstate 2.0.0rc2 is available:
    codeberg.org/liske/ifstate/rel

    This pre-release contains some major breaking changes. You *need* to update your old config to make it work with the new config schema of ifstate 2.0+ (hint: `ifstatecli show`).

    I'm especially looking for feedback on the schema update: ifstate.net/schema/2.0/

    Known issues are/will be tagged with the 2.0.0 milestone here: codeberg.org/liske/ifstate/mil

    Thanks! 🙏

    #linuxnetworking #pyroute2

  3. #ifstate 1.13.5 was released:
    codeberg.org/liske/ifstate/rel

    (already available in @alpinelinux edge + 3.21 + 3.20 + 3.19 and in @m4rc3l's Nix flake codeberg.org/m4rc3l/ifstate.ni)

    This maintenance release fixes an exception breaking ifstate when pyroute2 0.9.1+ is used.

    #linuxnetworking #pyroute2

  4. While implementing the netns handling in ifstate I got aware that pyroute2 did not have a netlink RTM_NEWNSID request implementation.

    I got github.com/svinota/pyroute2/pu merged into pyroute2 to add RTM_NEWNSID support.

    Later I have noticed that my implementation does not work within netns (pyroute2 related, some details in issue github.com/svinota/pyroute2/is ).

    After this tangled journey ifstate netns dev branch now has its first netns superpowers 😎

    #ifstate #linux #linuxnetworking #netlink #pyroute2