summaryrefslogtreecommitdiffstats
path: root/src/network/networkctl-config-file.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* path-lookup: move NETWORK_DIRS to network-util.hMike Yuan2024-10-061-0/+1
|
* networkctl: support editing netdev files by link and cat ":all"Mike Yuan2024-09-091-73/+202
| | | | | | | Also, don't abuse RET_GATHER in verb_cat(), where the failures are most likely unrelated to each other. Closes #34281
* edit-util: EditFileContext: avoid reserved 'stdin'A. Wilcox2024-09-061-1/+1
| | | | | | The identifier 'stdin' is reserved in C. It can be #defined to any statement that evaluates to a FILE*. We do not want that for our field, so change to a more descriptive name.
* networkctl: split networkctl.c into small piecesYu Watanabe2024-08-211-0/+1
| | | | No functional change, just refactoring.
* networkctl: support edit --stdinMike Yuan2024-08-121-3/+10
|
* networkctl: allow to call 'networkctl cat' without argumentsYu Watanabe2024-04-161-1/+5
| | | | Then, show networkd.conf and its drop-ins.
* networkctl: introduce verb mask and unmaskMike Yuan2023-12-201-0/+108
| | | | Suggested in https://github.com/systemd/systemd/pull/29928#discussion_r1386626565
* networkctl-config-file: check for masked config before editing/showingMike Yuan2023-12-201-3/+24
|
* networkctl-config-file: split out reload_daemonsMike Yuan2023-12-201-34/+37
|
* networkctl-cat: insert a newline between different config filesMike Yuan2023-12-201-0/+6
|
* networkctl: split out networkctl-config-file.[ch]Mike Yuan2023-12-201-0/+490