rt_ifp and icmp

2015-11-20 Thread Martin Pieuchot
The first rt_ifp of the day, make use of if_get() inside icmp_mtudisc(). ok? Index: netinet/ip_icmp.c === RCS file: /cvs/src/sys/netinet/ip_icmp.c,v retrieving revision 1.145 diff -u -p -r1.145 ip_icmp.c --- netinet/ip_icmp.c 30

Re: rt_ifp and icmp

2015-11-20 Thread Alexandr Nedvedicky
On Fri, Nov 20, 2015 at 02:31:23PM +0100, Martin Pieuchot wrote: > The first rt_ifp of the day, make use of if_get() inside icmp_mtudisc(). > > ok? > OK (however you are probably better to wait for more experienced one OK) BTW I like the way rt_ifidx is defined, it's smart way to move forward