diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/fib_rules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fib_rules.h b/include/linux/fib_rules.h index c151273293e2..f278ba781d09 100644 --- a/include/linux/fib_rules.h +++ b/include/linux/fib_rules.h | |||
@@ -54,7 +54,7 @@ enum | |||
54 | FR_ACT_UNSPEC, | 54 | FR_ACT_UNSPEC, |
55 | FR_ACT_TO_TBL, /* Pass to fixed table */ | 55 | FR_ACT_TO_TBL, /* Pass to fixed table */ |
56 | FR_ACT_GOTO, /* Jump to another rule */ | 56 | FR_ACT_GOTO, /* Jump to another rule */ |
57 | FR_ACT_RES2, | 57 | FR_ACT_NOP, /* No operation */ |
58 | FR_ACT_RES3, | 58 | FR_ACT_RES3, |
59 | FR_ACT_RES4, | 59 | FR_ACT_RES4, |
60 | FR_ACT_BLACKHOLE, /* Drop without notification */ | 60 | FR_ACT_BLACKHOLE, /* Drop without notification */ |