Re: [PATCH RFC v3] ipvs: add genetlink cmd to dump all services and destinations

2020-11-15 Thread Julian Anastasov
Hello, On Tue, 10 Nov 2020, Cezar Sa Espinola wrote: > A common operation for userspace applications managing ipvs is to dump all > services and all destinations and then sort out what needs to be done. > Previously this could only be accomplished by issuing 1 netlink > IPVS_CMD_GET_SER

[PATCH RFC v3] ipvs: add genetlink cmd to dump all services and destinations

2020-11-10 Thread Cezar Sa Espinola
A common operation for userspace applications managing ipvs is to dump all services and all destinations and then sort out what needs to be done. Previously this could only be accomplished by issuing 1 netlink IPVS_CMD_GET_SERVICE dump command followed by N IPVS_CMD_GET_DEST dump commands. For a dy