diff options
| author | Stefan Tomanek <stefan.tomanek@wertarbyte.de> | 2013-08-02 11:19:56 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2013-08-02 18:24:22 -0400 |
| commit | 6ef94cfafba159d6b1a902ccb3349ac6a34ff6ad (patch) | |
| tree | f2d7afebf4534ea50273165f4b0798aed704a37c /include/uapi/linux | |
| parent | d1c53c8e870cdedb6fc9550f41c558bab45b5219 (diff) | |
fib_rules: add route suppression based on ifgroup
This change adds the ability to suppress a routing decision based upon the
interface group the selected interface belongs to. This allows it to
exclude specific devices from a routing decision.
Signed-off-by: Stefan Tomanek <stefan.tomanek@wertarbyte.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/fib_rules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/fib_rules.h b/include/uapi/linux/fib_rules.h index 59cd31b3455e..63e31166e85b 100644 --- a/include/uapi/linux/fib_rules.h +++ b/include/uapi/linux/fib_rules.h | |||
| @@ -44,7 +44,7 @@ enum { | |||
| 44 | FRA_FWMARK, /* mark */ | 44 | FRA_FWMARK, /* mark */ |
| 45 | FRA_FLOW, /* flow/class id */ | 45 | FRA_FLOW, /* flow/class id */ |
| 46 | FRA_UNUSED6, | 46 | FRA_UNUSED6, |
| 47 | FRA_UNUSED7, | 47 | FRA_SUPPRESS_IFGROUP, |
| 48 | FRA_TABLE_PREFIXLEN_MIN, | 48 | FRA_TABLE_PREFIXLEN_MIN, |
| 49 | FRA_TABLE, /* Extended table id */ | 49 | FRA_TABLE, /* Extended table id */ |
| 50 | FRA_FWMASK, /* mask for netfilter mark */ | 50 | FRA_FWMASK, /* mask for netfilter mark */ |
