| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Let's make sure these take preference over any generic network config files shipped
by the OS (in this case specifically, mkosi).
|
|
|
|
|
|
|
|
| |
Those are all consumed by our parser, so they all support comments.
I was considering whether they should have a license header at all,
but in the end I decided to add it because those files are often created
by copying parts of real unit files. And if the real ones have a license,
then those might as well. It's easier to add it than to make an exception.
|
| |
|
|
|
|
|
|
|
|
| |
Now, RoutesToDNS= and RoutesToNTP= are enabled by default on DHCPv4
client. So, if DHCP server picks up DNS or NTP servers from uplink,
then the routes may break CI environment.
Hopefully fixes #19463.
|
|
|