summaryrefslogtreecommitdiff
path: root/include/linux/fib_rules.h
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2007-03-27 00:38:53 (GMT)
committerDavid S. Miller <davem@sunset.davemloft.net>2007-04-26 05:28:14 (GMT)
commitfa0b2d1d2196dd46527a8d028797e2bca5930a92 (patch)
treef11350b07f1c66fa5b4e1604c618126d500dd0ae /include/linux/fib_rules.h
parent2b44368307cd06c5614d7b53801f516c0654020b (diff)
downloadlinux-fsl-qoriq-fa0b2d1d2196dd46527a8d028797e2bca5930a92.tar.xz
[NET] fib_rules: Add no-operation action
The use of nop rules simplifies the usage of goto rules and adds more flexibility as they allow targets to remain while the actual content of the branches can change easly. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/fib_rules.h')
-rw-r--r--include/linux/fib_rules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fib_rules.h b/include/linux/fib_rules.h
index c151273..f278ba7 100644
--- a/include/linux/fib_rules.h
+++ b/include/linux/fib_rules.h
@@ -54,7 +54,7 @@ enum
FR_ACT_UNSPEC,
FR_ACT_TO_TBL, /* Pass to fixed table */
FR_ACT_GOTO, /* Jump to another rule */
- FR_ACT_RES2,
+ FR_ACT_NOP, /* No operation */
FR_ACT_RES3,
FR_ACT_RES4,
FR_ACT_BLACKHOLE, /* Drop without notification */