mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161248
@ -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