ifupdown: implement --force

This commit is contained in:
Ariadne Conill 2020-09-08 19:17:00 -06:00
parent efe9b60e37
commit b514d31c26
3 changed files with 7 additions and 2 deletions

View file

@ -23,6 +23,7 @@ struct lif_execute_opts {
bool verbose;
bool mock;
bool no_lock;
bool force;
const char *executor_path;
const char *interfaces_file;
const char *state_file;