]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
nl802154: avoid address change while running lowpan
authorAlexander Aring <aar@pengutronix.de>
Mon, 11 Apr 2016 09:04:16 +0000 (11:04 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 13 Apr 2016 08:41:09 +0000 (10:41 +0200)
commit9e3b71f3436415f917eb569cde792b223cceebc0
tree286544f5f1adaf93a25200a2a638c504f29ec068
parent118a5cf8ae236cdfa1eb4f21530843a8494722ef
nl802154: avoid address change while running lowpan

The generation of autoconfigured IPv6 link-local addresses starts with a
notification on interface up.

To handle autoconfiguration according to RFC 4944 requires pan id and
short address to generate an autoconfigured link-local address. This
patch will avoid changing of these link-layer address configuration
while lowpan interface is up.

Reviewed-by: Stefan Schmidt <stefan@osg.samsung.com>
Signed-off-by: Alexander Aring <aar@pengutronix.de>
Acked-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/ieee802154/nl802154.c