commit | c5c351088ae76b46ae08dec1bb7f621e0721c78b | [log] [tgz] |
---|---|---|
author | Gao feng <gaofeng@cn.fujitsu.com> | Thu Jan 31 16:30:57 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 04 13:12:16 2013 -0500 |
tree | 00fb5fb0194caa7ea89beb53621de4fe65adb68f | |
parent | 4f463855c7d5a0ed0faa62497f3006336e74ee16 [diff] |
netns: fdb: allow unprivileged users to add/del fdb entries Right now,only ixgdb,macvlan,vxlan and bridge implement fdb_add/fdb_del operations. these operations only operate the private data of net device. So allowing the unprivileged users who creates the userns and netns to add/del fdb entries will do no harm to other netns. Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>