diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/ip_fib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index 690fb4dd7505..d70b9b49f8b1 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h | |||
@@ -141,6 +141,7 @@ struct fib_table { | |||
141 | struct hlist_node tb_hlist; | 141 | struct hlist_node tb_hlist; |
142 | u32 tb_id; | 142 | u32 tb_id; |
143 | unsigned tb_stamp; | 143 | unsigned tb_stamp; |
144 | int tb_default; | ||
144 | int (*tb_lookup)(struct fib_table *tb, const struct flowi *flp, struct fib_result *res); | 145 | int (*tb_lookup)(struct fib_table *tb, const struct flowi *flp, struct fib_result *res); |
145 | int (*tb_insert)(struct fib_table *, struct fib_config *); | 146 | int (*tb_insert)(struct fib_table *, struct fib_config *); |
146 | int (*tb_delete)(struct fib_table *, struct fib_config *); | 147 | int (*tb_delete)(struct fib_table *, struct fib_config *); |