On 11/04/18 19:50, David Sommerseth wrote:
> But in the end, I believe that currently it is probably better to have a
> simple shell script doing the generation.
>
+1
Unless we have to create something quite complex (not the case here)
that needs further extensions in the future (probably not
On 11/04/18 09:43, Antonio Quartulli wrote:
>
>> This kicks into the discussion we had about supporting newer systemd features
>> selectively... Shipping different static files for distributions and/or
>> systemd versions duplicates the number of files.
>
> I am not into systemd, therefore I am no
Hi,
On Wed, Apr 11, 2018 at 03:43:11PM +0800, Antonio Quartulli wrote:
> However, what I imagine is that each distribution, when deciding what
> library to use (sitnl vs iproute2), will also decide which of the
> provided unit files to ship (if we have multiple precompiled files).
This is how I e
Hi Christian,
On 11/04/18 15:15, Christian Hesse wrote:
> Antonio Quartulli on Fri, 2018/04/06 15:43:
>> Two new files, namely networking_sitnl.c and networking_ip.c, provides
>> two implementations for this API: one uses the new sitnl code (netlink)
>> and one uses iproute2.
>
> This complicate
Antonio Quartulli on Fri, 2018/04/06 15:43:
> Two new files, namely networking_sitnl.c and networking_ip.c, provides
> two implementations for this API: one uses the new sitnl code (netlink)
> and one uses iproute2.
This complicates the situation for my followup code: Running the process with
unp
Hi all,
in case anybody cares, I have updated my patchset on GitHub[1] (I didn't
want to create more noise on the mailing list since it is still RFC).
This new version is quite different as I implemented a major
architectural change: instead of creating a standalone sitnl module, I
introduced a
Hi all,
this patchset introduces native netlink support for the Linux platform.
At the moment openvpn operates on the tun interface and on the routing
table by directly invoking the "ip" command (or ifconfig/route if
nettools is selected at compile time).
With this patchset, openvpn would not ne