Re: remove in6_are_prefix_equal()

2017-08-14 Thread Alexander Bluhm
On Mon, Aug 14, 2017 at 05:53:10PM +, Florian Obser wrote: > After we stopped processing router advertisements in the kernel > sppp_update_ip6_addr() became the last user of n6_are_prefix_equal(). > Since it compares /128 prefixes it doesn't need all the bells and > whistles and can be converte

remove in6_are_prefix_equal()

2017-08-14 Thread Florian Obser
After we stopped processing router advertisements in the kernel sppp_update_ip6_addr() became the last user of n6_are_prefix_equal(). Since it compares /128 prefixes it doesn't need all the bells and whistles and can be converted to a memcmp. Remove the new unused n6_are_prefix_equal(). OK? diff