mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 07:01:23 +00:00
ipv6: remove prune parameter for fib6_clean_all
since the prune parameter for fib6_clean_all always is 0, remove it. Signed-off-by: Li RongQing <roy.qing.li@gmail.com> Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b055597697
commit
0c3584d589
3 changed files with 7 additions and 7 deletions
|
@ -282,7 +282,7 @@ struct fib6_node *fib6_locate(struct fib6_node *root,
|
|||
const struct in6_addr *saddr, int src_len);
|
||||
|
||||
void fib6_clean_all(struct net *net, int (*func)(struct rt6_info *, void *arg),
|
||||
int prune, void *arg);
|
||||
void *arg);
|
||||
|
||||
int fib6_add(struct fib6_node *root, struct rt6_info *rt, struct nl_info *info);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue