ipv4: convert ip_forward_update_priority sysctl to u8
authorEric Dumazet <edumazet@google.com>
Thu, 25 Mar 2021 18:08:15 +0000 (11:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Mar 2021 00:39:33 +0000 (17:39 -0700)
commit1c69dedc8fa7c9684d48dc89994b4e0aceeae588
tree0b82312ce92842e73255351138858a3aa57139f1
parent4b6bbf17d4e1939afa72821879fc033d725e9491
ipv4: convert ip_forward_update_priority sysctl to u8

This sysctl uses ip_fwd_update_priority() helper,
so the conversion needs to change it.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netns/ipv4.h
net/ipv4/sysctl_net_ipv4.c