Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | path-lookup: move NETWORK_DIRS to network-util.h | Mike Yuan | 2024-10-06 | 1 | -0/+1 |
| | |||||
* | networkctl: support editing netdev files by link and cat ":all" | Mike Yuan | 2024-09-09 | 1 | -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. Wilcox | 2024-09-06 | 1 | -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 pieces | Yu Watanabe | 2024-08-21 | 1 | -0/+1 |
| | | | | No functional change, just refactoring. | ||||
* | networkctl: support edit --stdin | Mike Yuan | 2024-08-12 | 1 | -3/+10 |
| | |||||
* | networkctl: allow to call 'networkctl cat' without arguments | Yu Watanabe | 2024-04-16 | 1 | -1/+5 |
| | | | | Then, show networkd.conf and its drop-ins. | ||||
* | networkctl: introduce verb mask and unmask | Mike Yuan | 2023-12-20 | 1 | -0/+108 |
| | | | | Suggested in https://github.com/systemd/systemd/pull/29928#discussion_r1386626565 | ||||
* | networkctl-config-file: check for masked config before editing/showing | Mike Yuan | 2023-12-20 | 1 | -3/+24 |
| | |||||
* | networkctl-config-file: split out reload_daemons | Mike Yuan | 2023-12-20 | 1 | -34/+37 |
| | |||||
* | networkctl-cat: insert a newline between different config files | Mike Yuan | 2023-12-20 | 1 | -0/+6 |
| | |||||
* | networkctl: split out networkctl-config-file.[ch] | Mike Yuan | 2023-12-20 | 1 | -0/+490 |