commit | 7c77ab24e30bad7598b5cfda93be6f32ed439c2f | [log] [tgz] |
---|---|---|
author | John Fastabend <john.fastabend@gmail.com> | Sun Dec 09 20:48:13 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 10 14:09:01 2012 -0500 |
tree | f806a2e6f510d5e206e3bb85cb8732a310a4ea09 | |
parent | 7b9e75802f1c50bfeae53c86c0bfbc5c45fd8719 [diff] |
net: Allow DCBnl to use other namespaces besides init_net Allow DCB and net namespace to work together. This is useful if you have containers that are bound to 'phys' interfaces that want to also manage their DCB attributes. The net namespace is taken from sock_net(skb->sk) of the netlink skb. CC: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: John Fastabend <john.r.fastabend@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>