Re: [Openvpn-devel] [PATCH v3 1/7] implement networking API for iproute2

2019-05-10 Thread Gert Doering
Hi, On Wed, Dec 19, 2018 at 03:01:12PM +1000, Antonio Quartulli wrote: > iproute2 is the first user of the new networking API and > its one of the two currently supported functionalities on > Linux (the other being net-tools). > > This patch simply copies the current code from tun.c/route.c > to

Re: [Openvpn-devel] [PATCH v3 1/7] implement networking API for iproute2

2019-05-08 Thread Arne Schwabe
Am 19.12.18 um 06:01 schrieb Antonio Quartulli: > iproute2 is the first user of the new networking API and > its one of the two currently supported functionalities on > Linux (the other being net-tools). > > This patch simply copies the current code from tun.c/route.c > to networking_ip.c without

[Openvpn-devel] [PATCH v3 1/7] implement networking API for iproute2

2018-12-18 Thread Antonio Quartulli
iproute2 is the first user of the new networking API and its one of the two currently supported functionalities on Linux (the other being net-tools). This patch simply copies the current code from tun.c/route.c to networking_ip.c without introducing any funcional change to the code. Signed-off-by