mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-09 03:47:36 -04:00
ipv4: convert udp_l3mdev_accept sysctl to u8
Reduce footprint of sysctls. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
b2908fac5b
commit
cd04bd0222
@@ -194,7 +194,7 @@ struct netns_ipv4 {
|
||||
u8 sysctl_fib_notify_on_flag_change;
|
||||
|
||||
#ifdef CONFIG_NET_L3_MASTER_DEV
|
||||
int sysctl_udp_l3mdev_accept;
|
||||
u8 sysctl_udp_l3mdev_accept;
|
||||
#endif
|
||||
|
||||
int sysctl_igmp_max_memberships;
|
||||
|
||||
Reference in New Issue
Block a user