]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: introduce a new function fib6_update_sernum()
authorWei Wang <weiwan@google.com>
Fri, 6 Oct 2017 19:05:56 +0000 (12:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 7 Oct 2017 20:22:57 +0000 (21:22 +0100)
commitad4ec3df449d8ebce37ccbc93430b10880810dfe
tree16d38f12c42cf71c0e38aaf052701645b7b1abf0
parent881c13b31e36be7eb035f101d3a13bd603d97c4d
ipv6: introduce a new function fib6_update_sernum()

This function takes a route as input and tries to update the sernum in
the fib6_node this route is associated with. It will be used in later
commit when adding a cached route into the exception table under that
route.

Signed-off-by: Wei Wang <weiwan@google.com>
Signed-off-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip6_fib.h
net/ipv6/ip6_fib.c