commit | edbc0bb3fb72ec4645a242520cf1d0b9b6b02261 | [log] [tgz] |
---|---|---|
author | Ben Greear <greearb@candelatech.com> | Thu Mar 29 12:51:30 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 02 04:33:46 2012 -0400 |
tree | 71455d026ea30221a0d1d7c2d170c0330a7a8d55 | |
parent | e4422b2d31983ee651d51cb6e25943d56ef63387 [diff] |
net: Report dev->promiscuity in netlink reports. The standard ways of probing a device's promiscuity (ifi_flags, for instance) does not report the actual state of the device. This patch adds dev->promiscuity to the netlink netdevice report so that users can know for certain if the device is acting PROMISC or not. Signed-off-by: Ben Greear <greearb@candelatech.com> Signed-off-by: David S. Miller <davem@davemloft.net>