svinota / pyroute2

Python Netlink and PF_ROUTE library — network configuration and monitoring
https://pyroute2.org/
Other
932 stars 243 forks source link

Feature request: IPVS support #1138

Open schlitzered opened 8 months ago

schlitzered commented 8 months ago

hi, any chance you could add support for IPVS?

while checking out if i could revive https://github.com/facebookarchive/gnlpy/blob/master/ipvs.py, i found your library.

so i guess it makes more sense to add IPVS support here.

i would like to give it a try, but to be honest, i have no clue where to start.

svinota commented 4 months ago

First hex dump is obtained :) You can follow the linked PR, it will be merged as soon as the basic add/remove/get service/server functionality will be in place & covered by functional tests.