aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/fib_rules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/fib_rules.h')
-rw-r--r--include/net/fib_rules.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/fib_rules.h b/include/net/fib_rules.h
index 6d67383a5114..903a55efbffe 100644
--- a/include/net/fib_rules.h
+++ b/include/net/fib_rules.h
@@ -36,7 +36,8 @@ struct fib_lookup_arg {
36 void *result; 36 void *result;
37 struct fib_rule *rule; 37 struct fib_rule *rule;
38 int flags; 38 int flags;
39#define FIB_LOOKUP_NOREF 1 39#define FIB_LOOKUP_NOREF 1
40#define FIB_LOOKUP_IGNORE_LINKSTATE 2
40}; 41};
41 42
42struct fib_rules_ops { 43struct fib_rules_ops {