]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
switchdev: documentation: use switchdev_port_obj_xxx for IPv4 FIB add/modify/delete ops
authorScott Feldman <sfeldma@gmail.com>
Thu, 4 Jun 2015 03:43:43 +0000 (20:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Jun 2015 06:47:23 +0000 (23:47 -0700)
commit7616dcbb212eeec00c9bcc0fecb953fdee60634c
treec09e8d383d5c070d137afe898f589575d74566ff
parent4b5364fbdce7e4b947e6e76d7341675ea2e12f4d
switchdev: documentation: use switchdev_port_obj_xxx for IPv4 FIB add/modify/delete ops

Clarify in documentation and code that IPV4 FIB add operation is used for
both adding a new FIB entry to the device and for modifying an existing FIB
entry on the device.

Also, remove left-over references to ipv4_fib ops and replace with details
on SWITCHDEV_PORT_IPV4_FIB object.

Signed-off-by: Scott Feldman <sfeldma@gmail.com>
Acked-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/switchdev.txt
net/switchdev/switchdev.c