From: David Ahern <d...@cumulusnetworks.com> Date: Mon, 6 Jun 2016 20:35:52 -0700
> @@ -42,6 +43,9 @@ > #define DRV_NAME "vrf" > #define DRV_VERSION "1.0" > > +static bool add_fib_rules = true; > +static u32 rule_pref = 1000; /* default preference for FIB rules */ > + > struct net_vrf { Haste, makes waste... "static const u32 rule_pref" or use a CPP define. Thanks.