Bug 4682

Summary: "ip link set promisc" not working
Product: Busybox Reporter: alex hauras <d77190>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: minor CC: busybox-cvs
Priority: P5    
Version: 1.19.x   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description alex hauras 2012-01-07 13:11:33 UTC
#busybox --help
BusyBox v1.19.3 (2011-12-13 00:47:19 NOVT) multi-call binary.
Copyright (C) 1998-2011 Erik Andersen, Rob Landley, Denys Vlasenko
and others. Licensed under GPLv2.
See source distribution for full notice.

"ip" is symlink to busybox binary

#ip link set dev eth0 promisc on
ip: either "dev" is duplicate, or "promisc" is garbage

expected: set promisc mode on interface. iputils version of "ip" works this way.
Comment 1 Denys Vlasenko 2012-01-10 17:15:50 UTC
Yes, so far busybox's ip does not support "promisc".
Comment 2 Denys Vlasenko 2017-04-06 14:07:17 UTC
Fixed in git.