Re: [PATCH net] ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL

2018-01-23 Thread David Miller
From: Ben Hutchings Date: Mon, 22 Jan 2018 20:06:42 + > Commit 513674b5a2c9 ("net: reevalulate autoflowlabel setting after > sysctl setting") removed the initialisation of > ipv6_pinfo::autoflowlabel and added a second flag to indicate > whether this field or the net namespace default should

[PATCH net] ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL

2018-01-22 Thread Ben Hutchings
Commit 513674b5a2c9 ("net: reevalulate autoflowlabel setting after sysctl setting") removed the initialisation of ipv6_pinfo::autoflowlabel and added a second flag to indicate whether this field or the net namespace default should be used. The getsockopt() handling for this case was not updated, s