commit | b892c4c61be5c50fe0fe76efe3e4dac00774b7cf | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Wed Feb 15 13:48:25 2017 +0200 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Mon Feb 27 10:28:55 2017 +0200 |
tree | 78e09bffc47124c89b87d62be39d70f3a1fca229 | |
parent | 270673e1127dcf237a6b2eb598db53e4290a3118 [diff] |
net: ipv6: Bluetooth address fix If IPv6 address is generated from Bluetooth MAC address, then the Universal/Local bit must not be toggled or touched at all. See RFC 7668 ch 3.2.2 for details. Because this change is not compatible with older Linux kernel BT IPSP support, the old behavior can be enabled by setting CONFIG_NET_L2_BLUETOOTH_ZEP1656 option. Change-Id: I05d48723b70f1eb60fbd46107ef6a2a4e8f9154a Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>