mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-22 20:01:53 +00:00
14 lines
682 B
Diff
14 lines
682 B
Diff
Index: linux-5.4.164-qsdk-26349818b464f8c7b52d59ce73579d9f3dd6bd5d/net/ipv6/ip6mr.c
|
|
===================================================================
|
|
--- linux-5.4.164-qsdk-26349818b464f8c7b52d59ce73579d9f3dd6bd5d.orig/net/ipv6/ip6mr.c
|
|
+++ linux-5.4.164-qsdk-26349818b464f8c7b52d59ce73579d9f3dd6bd5d/net/ipv6/ip6mr.c
|
|
@@ -105,7 +105,7 @@ static ip6mr_mfc_event_offload_callback_
|
|
|
|
#ifdef CONFIG_IPV6_MROUTE_MULTIPLE_TABLES
|
|
#define ip6mr_for_each_table(mrt, net) \
|
|
- list_for_each_entry_rcu(mrt, &net->ipv6.mr_tables, list)
|
|
+ list_for_each_entry_rcu(mrt, &net->ipv6.mr6_tables, list)
|
|
|
|
static struct mr_table *ip6mr_mr_table_iter(struct net *net,
|
|
struct mr_table *mrt)
|