Re: icmp6_mtudisc_clone() tweak

2018-09-05 Thread Alexander Bluhm
On Wed, Sep 05, 2018 at 12:04:07AM +0800, Michael Mikonos wrote: > The code executed on failure in icmp6_mtudisc_clone() is always > the same so it can be declared in one place. Is anyone happy to > OK this? Yeah, why not. But please keep icmp_mtudisc_clone() in sync. bluhm

Re: icmp6_mtudisc_clone() tweak

2018-09-04 Thread Klemens Nanni
OK kn

icmp6_mtudisc_clone() tweak

2018-09-04 Thread Michael Mikonos
Hello, The code executed on failure in icmp6_mtudisc_clone() is always the same so it can be declared in one place. Is anyone happy to OK this? - Michael Index: icmp6.c === RCS file: /cvs/src/sys/netinet6/icmp6.c,v retrieving revis