ieee802154: fix netns settings
[deliverable/linux.git] / net / ieee802154 / core.c
index 18bc7e7385074c4b62e5e7c87c1d2bba3981e7a4..888d0991c7613653b7dd285213162ac38fdb1f84 100644 (file)
@@ -225,6 +225,7 @@ static int cfg802154_netdev_notifier_call(struct notifier_block *nb,
        switch (state) {
                /* TODO NETDEV_DEVTYPE */
        case NETDEV_REGISTER:
+               dev->features |= NETIF_F_NETNS_LOCAL;
                wpan_dev->identifier = ++rdev->wpan_dev_id;
                list_add_rcu(&wpan_dev->list, &rdev->wpan_dev_list);
                rdev->devlist_generation++;
This page took 0.023429 seconds and 5 git commands to generate.