Re: [PATCH] net: dsa: add FIB support

From: Andrew Lunn
Date: Mon Sep 12 2016 - 10:00:14 EST


Hi John

> + if (!ds->drv->ipv4_fib_prepare || !ds->drv->ipv4_fib_add)

drv recently got renamed to ops, which is what 0-day is complaining
about.

Andrew