mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Restore the "plumb" compatibility command, which was lost
due to the recent change by sam@ to clone operations in ifconfig(8).
This commit is contained in:
parent
6572700ea5
commit
fdaff6559d
1 changed files with 1 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ DECL_CMD_FUNC(clone_destroy, arg, d)
|
|||
static struct cmd clone_cmds[] = {
|
||||
DEF_CMD("create", 0, clone_create),
|
||||
DEF_CMD("destroy", 0, clone_destroy),
|
||||
DEF_CMD("plumb", 0, clone_create),
|
||||
DEF_CMD("unplumb", 0, clone_destroy),
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue