summaryrefslogtreecommitdiffstats
path: root/kernel/net/ipv4/fib_lookup.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/net/ipv4/fib_lookup.h')
-rw-r--r--kernel/net/ipv4/fib_lookup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/net/ipv4/fib_lookup.h b/kernel/net/ipv4/fib_lookup.h
index c6211ed60..9c0292072 100644
--- a/kernel/net/ipv4/fib_lookup.h
+++ b/kernel/net/ipv4/fib_lookup.h
@@ -13,6 +13,7 @@ struct fib_alias {
u8 fa_state;
u8 fa_slen;
u32 tb_id;
+ s16 fa_default;
struct rcu_head rcu;
};