diff --git a/sbin/ifconfig/ifclone.c b/sbin/ifconfig/ifclone.c index 0dafac4d416..3fda062e99d 100644 --- a/sbin/ifconfig/ifclone.c +++ b/sbin/ifconfig/ifclone.c @@ -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), };