Bug 9116 - busybox unshare --network should be --net
Summary: busybox unshare --network should be --net
Status: RESOLVED FIXED
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-31 19:10 UTC by alex_y_xu
Modified: 2016-08-22 18:20 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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