summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorThomas Graf2006-11-10 00:23:20 +0100
committerDavid S. Miller2006-12-03 06:21:42 +0100
commit3dfbcc411e461db51a1ac1aa1c6ebe2c5a0275a0 (patch)
tree14637fc46cade241f7156f208c12d9978d948b8f /include/linux
parent[NET] rules: Share common attribute validation policy (diff)
downloadkernel-qcow2-linux-3dfbcc411e461db51a1ac1aa1c6ebe2c5a0275a0.tar.gz
kernel-qcow2-linux-3dfbcc411e461db51a1ac1aa1c6ebe2c5a0275a0.tar.xz
kernel-qcow2-linux-3dfbcc411e461db51a1ac1aa1c6ebe2c5a0275a0.zip
[NET] rules: Add support to invert selectors
Introduces a new flag FIB_RULE_INVERT causing rules to apply if the specified selector doesn't match. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fib_rules.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fib_rules.h b/include/linux/fib_rules.h
index adcdfbdd14d5..8270aac2aa5d 100644
--- a/include/linux/fib_rules.h
+++ b/include/linux/fib_rules.h
@@ -6,6 +6,7 @@
/* rule is permanent, and cannot be deleted */
#define FIB_RULE_PERMANENT 1
+#define FIB_RULE_INVERT 2
struct fib_rule_hdr
{