Bug 9116

Summary: busybox unshare --network should be --net
Product: Busybox Reporter: alex_y_xu
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description alex_y_xu 2016-07-31 19:10:24 UTC
this is incompatible with util-linux unshare which uses --net and also does not match the usage text which specifies --net.

the --network option superficially works when using glibc which allows abbreviations of options but does not work with musl which does not.
Comment 1 Denys Vlasenko 2016-08-22 18:20:01 UTC
Fixed in git, thanks