| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Now, ip= with trailing colon is refused.
|
|
|
|
|
|
| |
We stick to debug logging because in some cases network-generator
will fall back to trying another parsing function if one fails, so
if we return an error it's not necessarily a failure.
|
|
|
|
| |
Otherwise, 'meson test' hides the messages on failure.
|
|
|
|
|
|
|
|
|
| |
When [Link] MTU= is specified in a .network file, we have no idea about
that what kind of interface will be configured with the .network file.
The maximum and minimum MTU size depend on the kind of interface.
So, we should not filter MTU eagerly in the parser.
Closes #30140.
|
|
|
|
|
|
|
| |
Otherwise, parsing may unexpectedly succeeds but fail to run writing
.network files with permission error.
Follow-up for 6bc5de53e8410fdec817300185b7ad72cd7775dd.
|
| |
|
|
|
|
| |
Follow-up for 923599523c10d8897551e081e6b00cd8002309c3.
|
|
|
|
| |
Only for ip= stuff, for now.
|
|
|
|
|
| |
Those are all "our" files, but we forgot to add the headers,
most likely because of non-standard file extensions.
|
| |
|
|
|
|
|
|
| |
This makes it easier to figure out which directory we want to look at
when tests fail, and also which test left behind a directory when it
shouldn't.
|
|
|