Re: [PATCH net-next v2] net: ipv6: Generate random IID for addresses on RAWIP devices

2018-06-05 Thread David Miller
From: Subash Abhinov Kasiviswanathan Date: Mon, 4 Jun 2018 19:26:07 -0600 > RAWIP devices such as rmnet do not have a hardware address and > instead require the kernel to generate a random IID for the > IPv6 addresses. > > Signed-off-by: Sean Tranchetti > Signed-off-by: Subash Abhinov

[PATCH net-next v2] net: ipv6: Generate random IID for addresses on RAWIP devices

2018-06-04 Thread Subash Abhinov Kasiviswanathan
RAWIP devices such as rmnet do not have a hardware address and instead require the kernel to generate a random IID for the IPv6 addresses. Signed-off-by: Sean Tranchetti Signed-off-by: Subash Abhinov Kasiviswanathan --- v1->v2: Yoshfuji suggested to update the I/G and G/L bit. Similar