diff options
author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-08-12 18:07:17 +0000 |
---|---|---|
committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-08-12 18:07:17 +0000 |
commit | fdaff6559dbfc162a710e73e9c73635a6f84bce8 (patch) | |
tree | 89f386f52ca127269b529f96442b973449a9b830 /sbin/ifconfig/ifclone.c | |
parent | 6572700ea59c0bc23eca564e07228b6fee82d568 (diff) |
Restore the "plumb" compatibility command, which was lost
due to the recent change by sam@ to clone operations in ifconfig(8).
Notes
Notes:
svn path=/head/; revision=161248
Diffstat (limited to 'sbin/ifconfig/ifclone.c')
-rw-r--r-- | sbin/ifconfig/ifclone.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ifconfig/ifclone.c b/sbin/ifconfig/ifclone.c index 0dafac4d416d..3fda062e99dc 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), }; |