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
e65c3fa75d
commit
d58bb87de4
@ -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 New Issue
Block a user