Kamil Jońca <kjonca@o2.pl> writes:
[...]
But systemd-networkd also has a huge number of configuration options
that may do what you want anyway
https://www.freedesktop.org/software/systemd/man/systemd.network.html
Hm. Can you create bridge without ports with systemd-networkd?
i.e.
Another question. Can I pass option during interface up/down?
For example, in my if-up*/if-down* scripts I have code for replacing (or
not!) default route when needed.[1]
Then I can execute something like:
--8<---------------cut here---------------start------------->8---
ifup wlan0 -o replacedefaultroute=on
--8<---------------cut here---------------end--------------->8---
how I can achieve this with networkctl (or other systemd tool)?
Moreover https://gitlab.com/craftyguy/networkd-dispatcher/-/issues/61
So my migration probes are not very promising :/
I take into account that I have some habits and some thing should be
done completely different way[2]. But for now I even don't know if some
things can be achieved.