]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6b73426ba6afbdfbe6eff03c3dd05117ff07809d
tree0b82312ce92842e73255351138858a3aa57139f1
parent1aceea45dd1edc52b964cdb7ff3792203a8d2453
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