commit | 03f2bbc4ee57ca53b2fa1d9caabc5006e0b8f375 | [log] [tgz] |
---|---|---|
author | Matt Johnston <matt@codeconstruct.com.au> | Thu Jul 29 10:20:52 2021 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 29 15:06:50 2021 +0100 |
tree | 488ab5b5447c4a2ca15c455f56e76f7485b1ba31 | |
parent | 26ab3fcaf23568cc8fc06aeb9306f3544969f252 [diff] |
mctp: Allow per-netns default networks Currently we have a compile-time default network (MCTP_INITIAL_DEFAULT_NET). This change introduces a default_net field on the net namespace, allowing future configuration for new interfaces. Signed-off-by: Matt Johnston <matt@codeconstruct.com.au> Signed-off-by: David S. Miller <davem@davemloft.net>