commit | 1aefd3de7bc667115bb77cb0bc21e874c7e190fc | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Fri Apr 05 16:30:24 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 08 15:22:40 2019 -0700 |
tree | cb139989f63ebc52363410cb0042136172c0e209 | |
parent | 3b8b11f96616c2e763ebcc093b778b309fc07a92 [diff] |
ipv6: Add fib6_nh_init and release to stubs Add fib6_nh_init and fib6_nh_release to ipv6_stubs. If fib6_nh_init fails, callers should not invoke fib6_nh_release, so there is no reason to have a dummy stub for the IPv6 is not enabled case. Signed-off-by: David Ahern <dsahern@gmail.com> Reviewed-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>