Commit Graph

4 Commits

Author SHA1 Message Date
Sergey V. Lobanov ac62437099 ipvsadm: fix build on macos
ipvsadm build fails on macos due to libipvs Makefiles uses system
`ar` that is not compatible with the objectes generated by OpenWrt
GCC Toolchain.

This commit adds patch to allow ar redefining
This commit modifes an old patch (removing CC=gcc is not required
due to it is redefinable)

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-02-12 15:18:06 -08:00
Florian Eckert f88f87d838 ipvsadm: update version to 1.31
Update ipvsadm to new upstream version.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-01-09 13:00:00 +01:00
Florian Eckert a80ead634b ipvsadm: update version to 1.30
Update version to 1.30

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-07-29 09:16:21 +02:00
Florian Eckert 79c5c78115 net/ipvsadm: add Virtual Server Administration Tool
Add the ipvsadm command line tool to set up, maintain or inspect the virtual
server table in the Linux kernel.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-10-10 09:47:12 +08:00