X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Flinux%2Ffib_rules.h;h=8270aac2aa5d95a9ada6f9ff1b5234362ca1d285;hb=dda2ac15d23b38e4335e858848aa8c9a6710304f;hp=4418c8d9d479921c6e0daeb02fa902a75626ef54;hpb=a4c12d6c5dde48c69464baf7c703e425ee511433;p=~andy%2Flinux diff --git a/include/linux/fib_rules.h b/include/linux/fib_rules.h index 4418c8d9d47..8270aac2aa5 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 { @@ -34,7 +35,7 @@ enum FRA_UNUSED3, FRA_UNUSED4, FRA_UNUSED5, - FRA_FWMARK, /* netfilter mark */ + FRA_FWMARK, /* mark */ FRA_FLOW, /* flow/class id */ FRA_UNUSED6, FRA_UNUSED7,