On 2/25/19 6:55 PM, Hangbin Liu wrote: > Just as I said, this issue only occurs when IPv6 is disabled at boot time > as there is no IPv6 route entry. Disable ipv6 on specific interface should > not be affected(IPv6 route/fib has inited). So I think use ipv6_mod_enabled() > would be more suitable in this scenario. Did I miss something?
>From a readability perspective the code path depends on whether ipv6 is enabled on the device. I think it is better to leave that as it is.