]> git.ipfire.org Git - ipfire-3.x.git/blob - iputils/patches/iputils-s20071127-traffic_class.patch
kernel: Update to 3.19.1
[ipfire-3.x.git] / iputils / patches / iputils-s20071127-traffic_class.patch
1 diff -up iputils-s20070202/ping6.c.flowlabel iputils-s20070202/ping6.c
2 --- iputils-s20070202/ping6.c.flowlabel 2008-02-01 11:10:53.000000000 +0100
3 +++ iputils-s20070202/ping6.c 2008-02-01 11:16:47.000000000 +0100
4 @@ -86,6 +86,10 @@ char copyright[] =
5 #define SOL_ICMPV6 IPPROTO_ICMPV6
6 #endif
7
8 +#ifndef IVP6_FLOWINFO_SEND
9 +#define IPV6_FLOWINFO_SEND 33
10 +#endif
11 +
12 /* RFC3542 */
13 #ifndef ICMP6_DST_UNREACH_BEYONDSCOPE
14 #define ICMP6_DST_UNREACH_BEYONDSCOPE ICMP6_DST_UNREACH_NOTNEIGHBOR