Searched hist:"9 fffc5c6dd7dafb2e021dbbe9a30be2566a6949a" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ |
H A D | tun.c | diff 9fffc5c6dd7dafb2e021dbbe9a30be2566a6949a Tue Apr 10 09:28:55 CDT 2018 Sabrina Dubroca <sd@queasysnail.net> tun: set the flags before registering the netdevice
Otherwise, register_netdevice advertises the creation of the device with the default flags, instead of what the user requested.
Reported-by: Thomas Haller <thaller@redhat.com> Fixes: 1ec010e70593 ("tun: export flags, uid, gid, queue information over netlink") Signed-off-by: Sabrina Dubroca <sd@queasysnail.net> Signed-off-by: David S. Miller <davem@davemloft.net>
|