From ec0911874910f2776b57adc64947124abd36eade Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 14 Jun 2016 16:33:48 -0700 Subject: [PATCH] fib_rules.h update header file Add new L3MDEV (clone from net-next) --- include/linux/fib_rules.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/fib_rules.h b/include/linux/fib_rules.h index 620c8a5d..14404b3e 100644 --- a/include/linux/fib_rules.h +++ b/include/linux/fib_rules.h @@ -50,6 +50,7 @@ enum { FRA_FWMASK, /* mask for netfilter mark */ FRA_OIFNAME, FRA_PAD, + FRA_L3MDEV, /* iif or oif is l3mdev goto its table */ __FRA_MAX };