On 02/23/2016 03:28 AM, Samuel Thibault wrote: > From: Yann Bordenave <m...@meowstars.org> > > Disambiguation : icmp_error is renamed into icmp_send_error, since it > doesn't manage errors, but only sends ICMP Error messages. > > Adding icmp6_send_error to send ICMPv6 Error messages. This function is > simpler than the v4 version. > Adding some calls in various functions to send ICMP errors, when a > received packet is too big, or when its hop limit is 0.
Let's split this into two patches to avoid mixing renaming and new function introduction.