commit | 547472b8e1da72ae226430c0c4273e36fc8ca768 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Feb 05 14:42:23 2013 -0500 |
committer | David S. Miller <davem@davemloft.net> | Tue Feb 05 14:42:23 2013 -0500 |
tree | 2300023f8d0fa943725e1b4ea3b2b95c91de4430 | |
parent | 9d6ddb19905223828485d8c40deaec76e4dea3a5 [diff] |
ipv4: Disallow non-namespace aware protocols to register. All in-tree ipv4 protocol implementations are now namespace aware. Therefore all the run-time checks are superfluous. Reject registry of any non-namespace aware ipv4 protocol. Eventually we'll remove prot->netns_ok and this registry time check as well. Signed-off-by: David S. Miller <davem@davemloft.net>