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:
Yaroslav Tykhiy 2006-08-12 18:07:17 +00:00
parent 6572700ea5
commit fdaff6559d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161248

View File

@ -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),
};