diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 34f9d038c8bb..f28ac44da384 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -519,7 +519,8 @@ main(argc, argv) * here as we would otherwise fail when trying to find * the interface. */ - if (argc > 0 && strcmp(argv[0], "create") == 0) { + if (argc > 0 && (strcmp(argv[0], "create") == 0 || + strcmp(argv[0], "plumb") == 0)) { clone_create(); argc--, argv++; if (argc == 0)