commit | 4581348199ca189b1943a7c5fc3950003310fa37 | [log] [tgz] |
---|---|---|
author | Hauke Mehrtens <hauke@hauke-m.de> | Mon May 06 00:25:09 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue May 07 10:34:45 2019 -0700 |
tree | 9ccc05d6eb8ce54019a31d6766bf9c426654ebd1 | |
parent | 9bbb1c053bdcfba075ffb703c4b865297c3fee02 [diff] |
net: dsa: lantiq: Add fast age function Fast aging per port is not supported directly by the hardware, it is only possible to configure a global aging time. Do the fast aging by iterating over the MAC forwarding table and remove all dynamic entries for a given port. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>