View | Details | Raw Unified | Return to bug 29812
Collapse All | Expand All

(-)ifconfig.c (-1 / +2 lines)
Lines 519-525 Link Here
519
		 * here as we would otherwise fail when trying to find
519
		 * here as we would otherwise fail when trying to find
520
		 * the interface.
520
		 * the interface.
521
		 */
521
		 */
522
		if (argc > 0 && strcmp(argv[0], "create") == 0) {
522
		if (argc > 0 && ( strcmp(argv[0], "create") == 0 ||
523
		                  strcmp(argv[0], "plumb")  == 0 ) ) {
523
			clone_create();
524
			clone_create();
524
			argc--, argv++;
525
			argc--, argv++;
525
			if (argc == 0)
526
			if (argc == 0)

Return to bug 29812