commit | 58c2cb16b116d7feace621bd6b647bbabacfa225 | [log] [tgz] |
---|---|---|
author | Scott Feldman <sfeldma@gmail.com> | Sun May 10 09:48:06 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue May 12 18:43:55 2015 -0400 |
tree | 01dba341543ad33607c95eee011fded948a755e0 | |
parent | 85fdb956726ff2af609e2f6ea7be781e4db74a07 [diff] |
switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/del The IPv4 FIB ops convert nicely to the switchdev objs and we're left with only four switchdev ops: port get/set and port add/del. Other objs will follow, such as FDB. So go ahead and convert IPv4 FIB over to switchdev obj for consistency, anticipating more objs to come. Signed-off-by: Scott Feldman <sfeldma@gmail.com> Acked-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>