]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkctl: add support to delete virtual netdevs
authorSusant Sahani <ssahani@vmware.com>
Wed, 22 May 2019 09:46:41 +0000 (15:16 +0530)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 29 May 2019 02:00:37 +0000 (11:00 +0900)
commit9cd8c76661b8ba17863de3c991fd5b0ecf15a421
treede72abd73af34624c23f2971d881753ad4c222ee
parent0feeac6418a62ed03b4859de83fa2f7bfa7725a7
networkctl: add support to delete virtual netdevs

We now don't have the support to delete netdevs and dependent
upon iproute to delete. With this we can delete via networkctl
and use in our test cases too.

Note that it supports deleting multiple links at once.

```
 sudo ./networkctl delete test1 test2 test3 test4
```
man/networkctl.xml
src/network/networkctl.c