ifupdown: add --force for compatibility with busybox ifupdown

This commit is contained in:
Ariadne Conill 2020-07-28 08:23:58 -06:00
parent 7af585e738
commit e1918f3fd5
3 changed files with 12 additions and 0 deletions

View file

@ -18,6 +18,10 @@ configured in the configuration database.
*-a, --auto*
Only match interfaces that are marked as _auto_.
*-f, --force*
Force deconfiguration of the interface.
This option exists for compatibility with other implementations.
*-h, --help*
Display supported options to ifquery.

View file

@ -18,6 +18,10 @@ configured in the configuration database.
*-a, --auto*
Only match interfaces that are marked as _auto_.
*-f, --force*
Force configuration of the interface.
This option exists for compatibility with other implementations.
*-h, --help*
Display supported options to ifquery.