From 17b95e25e37c11cd9d1c450a0b09cb6df958cdef Mon Sep 17 00:00:00 2001 From: David Ahern Date: Wed, 3 May 2017 16:21:09 -0700 Subject: [PATCH] Update fib_rules.h to latest kernel Signed-off-by: David Ahern Signed-off-by: Thomas Haller --- include/linux-private/linux/fib_rules.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/linux-private/linux/fib_rules.h b/include/linux-private/linux/fib_rules.h index ed4504a..1625ba9 100644 --- a/include/linux-private/linux/fib_rules.h +++ b/include/linux-private/linux/fib_rules.h @@ -46,6 +46,9 @@ enum { FRA_TABLE, /* Extended table id */ FRA_FWMASK, /* mask for netfilter mark */ FRA_OIFNAME, + FRA_PAD, + FRA_L3MDEV, /* iif or oif is l3mdev goto its table */ + FRA_UID_RANGE, /* UID range */ __FRA_MAX }; -- 2.40.0