commit | 4586f1bb911ce219a4bc1c2a9d6eee2e058b2b51 | [log] [tgz] |
---|---|---|
author | Scott Feldman <sfeldma@gmail.com> | Thu Mar 05 21:21:14 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 06 00:24:58 2015 -0500 |
tree | 742823217dd97108f26c352894743fa680ef7c09 | |
parent | 37ed9493699cc5dafe1b8725858ef73176fdc9d2 [diff] |
netdevice: add IPv4 fib add/del ops Add two new ndo ops for IPv4 fib offload support, add and del. Add uses modifiy semantics if fib entry already offloaded. Drivers implementing the new ndo ops will return err<0 if programming device fails, for example if device's tables are full. Signed-off-by: Scott Feldman <sfeldma@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>