commit | 584ca31f469dece9a83cdce33953ba23b115945c | [log] [tgz] |
---|---|---|
author | Tom Parkin <tparkin@katalix.com> | Thu Jul 23 12:29:53 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 23 11:54:40 2020 -0700 |
tree | 1d9f7847fd13a97838af2c58bb5452cf28991a96 | |
parent | 26d9a2710616c4499b661cada35ac5e4b125ebe8 [diff] |
l2tp: cleanup netlink send of tunnel address information l2tp_nl_tunnel_send has conditionally compiled code to support AF_INET6, which makes the code difficult to follow and triggers checkpatch warnings. Split the code out into functions to handle the AF_INET v.s. AF_INET6 cases, which both improves readability and resolves the checkpatch warnings. Signed-off-by: Tom Parkin <tparkin@katalix.com> Signed-off-by: David S. Miller <davem@davemloft.net>