diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fib_rules.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fib_rules.h b/include/linux/fib_rules.h index ec9c7b1d3e91..c151273293e2 100644 --- a/include/linux/fib_rules.h +++ b/include/linux/fib_rules.h | |||
@@ -8,6 +8,7 @@ | |||
8 | #define FIB_RULE_PERMANENT 1 | 8 | #define FIB_RULE_PERMANENT 1 |
9 | #define FIB_RULE_INVERT 2 | 9 | #define FIB_RULE_INVERT 2 |
10 | #define FIB_RULE_UNRESOLVED 4 | 10 | #define FIB_RULE_UNRESOLVED 4 |
11 | #define FIB_RULE_DEV_DETACHED 8 | ||
11 | 12 | ||
12 | struct fib_rule_hdr | 13 | struct fib_rule_hdr |
13 | { | 14 | { |