Files
kernel/include/uapi/linux
Pablo Neira 753a2ad54e net: reallocate new socket option number for IPV6_AUTOFLOWLABEL
cb1ce2e ("ipv6: Implement automatic flow label generation on transmit")
accidentally uses socket option 64, which is already used by ip6tables:

 IP6T_SO_SET_REPLACE / IP6T_SO_GET_INFO               64
 IP6T_SO_SET_ADD_COUNTERS / IP6T_SO_GET_ENTRIES       65

There is comment include/uapi/linux/in6.h warning about that.

Allocate 70 for this, which seems to be unused instead.

Cc: Tom Herbert <therbert@google.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-08-06 15:25:01 -07:00
..
2014-05-08 12:43:03 -04:00
2014-07-10 11:06:00 +01:00
2014-03-20 14:55:18 +01:00
2014-04-22 21:27:57 -04:00
2014-04-01 17:08:43 +02:00
2014-05-14 10:04:34 +01:00
2014-06-13 10:53:49 -04:00
2014-03-21 14:21:13 -04:00
2014-04-25 10:08:48 -07:00
2014-04-26 12:13:24 -04:00