FreeBSD Bugzilla – Attachment 16210 Details for
Bug 29812
ifconfig plumb does not work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 414 bytes, created by
jonny
on 2001-08-17 18:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
jonny
Created:
2001-08-17 18:10:01 UTC
Size:
414 bytes
patch
obsolete
>--- ifconfig.c.org Fri Aug 17 13:55:06 2001 >+++ ifconfig.c Fri Aug 17 13:56:46 2001 >@@ -519,7 +519,8 @@ > * 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)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 29812
: 16210