summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@google.com>2020-05-11 10:48:19 +0200
committerGreg Kroah-Hartman <gregkh@google.com>2020-05-11 10:57:38 +0200
commit4265b90578735ef514c20041135e71c8621aa2c0 (patch)
treeeeaf5e7b49060714e6db82850e500608bae0abd6 /include
parente157447efd85bb2e6f8deaabbb62663bccd9bad2 (diff)
Revert "net: ipv6: Fix processing of RAs in presence of VRF"
This reverts commit 09d96c8d1bd2db1a40bd87fcb5354ad8131456a5. We don't want it in the android-4.4 branch as it causes merge issues. Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I37823c04383dab2326d0151aedb1cb1f97309515
Diffstat (limited to 'include')
-rw-r--r--include/net/ip6_fib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/ip6_fib.h b/include/net/ip6_fib.h
index a6bcb18ac4c3..fa5e703a14ed 100644
--- a/include/net/ip6_fib.h
+++ b/include/net/ip6_fib.h
@@ -258,8 +258,6 @@ struct fib6_table {
rwlock_t tb6_lock;
struct fib6_node tb6_root;
struct inet_peer_base tb6_peers;
- unsigned int flags;
-#define RT6_TABLE_HAS_DFLT_ROUTER BIT(0)
};
#define RT6_TABLE_UNSPEC RT_TABLE_UNSPEC