Re: [systemd-devel] Custom options and passing options via command line.

2022-05-10 Thread Andrei Borzenkov
On 08.05.2022 20:19, Kamil Jońca wrote: > I have question about custom options in network interface definitions > and passing it via command line. > In currend Debian tools > > (https://manpages.debian.org/buster/ifupdown/interfaces.5.en.html) > there is a possibility to define custom option and p

Re: [systemd-devel] Custom options and passing options via command line.

2022-05-09 Thread Lennart Poettering
On Mo, 09.05.22 18:12, Kamil Jońca (kjo...@op.pl) wrote: > For now I do not know how handle multiple interface where: > 1. set routing according to classles routes from dhcp on some > interfaces. We don't do that anyway? > 2. set NAT (ie call nftables sctipts) with multitple egress interfaces an

Re: [systemd-devel] Custom options and passing options via command line.

2022-05-09 Thread Kamil Jońca
Lennart Poettering writes: [...] >> >> I am afraid you will not cover all cases with networking. > > Well, I am not sure. I am pretty sure there are almost always better > ways to fix the issues that people address with network callout stuff. I cannot discuss with your conviction. For now I do

Re: [systemd-devel] Custom options and passing options via command line.

2022-05-09 Thread Lennart Poettering
On Mo, 09.05.22 16:13, Kamil Jońca (kjo...@op.pl) wrote: > >> (https://manpages.debian.org/buster/ifupdown/interfaces.5.en.html) > >> there is a possibility to define custom option and passing it to up/down > >> script (see ENVIRONMENT VARIABLES section) > >> Is it possible in *.network files? > >

Re: [systemd-devel] Custom options and passing options via command line.

2022-05-09 Thread Kamil Jońca
Lennart Poettering writes: > On So, 08.05.22 19:19, Kamil Jońca (kjo...@op.pl) wrote: > >> I have question about custom options in network interface definitions >> and passing it via command line. >> In currend Debian tools >> >> (https://manpages.debian.org/buster/ifupdown/interfaces.5.en.html)

Re: [systemd-devel] Custom options and passing options via command line.

2022-05-09 Thread Lennart Poettering
On So, 08.05.22 19:19, Kamil Jońca (kjo...@op.pl) wrote: > I have question about custom options in network interface definitions > and passing it via command line. > In currend Debian tools > > (https://manpages.debian.org/buster/ifupdown/interfaces.5.en.html) > there is a possibility to define cu

[systemd-devel] Custom options and passing options via command line.

2022-05-08 Thread Kamil Jońca
I have question about custom options in network interface definitions and passing it via command line. In currend Debian tools (https://manpages.debian.org/buster/ifupdown/interfaces.5.en.html) there is a possibility to define custom option and passing it to up/down script (see ENVIRONMENT VARIABL