diff options
author | Petr Machata | 2018-06-26 02:08:00 +0200 |
---|---|---|
committer | David S. Miller | 2018-06-27 10:42:12 +0900 |
commit | 3368b22379d67a92b0da8f2a76a6f0764177601d (patch) | |
tree | 7e80b92226a9378457d840f0ae5c3c530f998b56 /mm | |
parent | a66d62d84225e1c2debaa238cff07a7df86c5aa8 (diff) |
selftests: forwarding: lib: Extract interface-init functions
The function simple_if_init() does two things: it creates a VRF, then
moves an interface into this VRF and configures addresses. The latter
comes in handy when adding more interfaces into a VRF later on. The
situation is similar for simple_if_fini().
Therefore split the interface remastering and address de/initialization
logic to a new pair of helpers __simple_if_init() / __simple_if_fini(),
and defer to these helpers from simple_if_init() and simple_if_fini().
Signed-off-by: Petr Machata <petrm@mellanox.com>
Reviewed-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions