]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/networking/switchdev.txt
Merge tag 'pwm/for-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry...
[karo-tx-linux.git] / Documentation / networking / switchdev.txt
index 9825f32a86349c1469a114d0aa85318115fac1e0..476df0496686d50b16fa73126cc4fdf52ac004f7 100644 (file)
@@ -367,4 +367,5 @@ driver's rocker_port_ipv4_resolve() for an example.
 
 The driver can monitor for updates to arp_tbl using the netevent notifier
 NETEVENT_NEIGH_UPDATE.  The device can be programmed with resolved nexthops
-for the routes as arp_tbl updates.
+for the routes as arp_tbl updates.  The driver implements ndo_neigh_destroy
+to know when arp_tbl neighbor entries are purged from the port.