From fdaff6559dbfc162a710e73e9c73635a6f84bce8 Mon Sep 17 00:00:00 2001 From: Yaroslav Tykhiy Date: Sat, 12 Aug 2006 18:07:17 +0000 Subject: [PATCH] Restore the "plumb" compatibility command, which was lost due to the recent change by sam@ to clone operations in ifconfig(8). --- sbin/ifconfig/ifclone.c | 1 + 1 file changed, 1 insertion(+) 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), };