commit | 97699537f300ba46f9d36aae5bc1761de0644049 | [log] [tgz] |
---|---|---|
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | Mon Jun 11 09:42:03 2018 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Jun 11 14:35:29 2018 -0400 |
tree | 1b3c39fce627b5de0f7dff2f9808a3c4f7c319e0 | |
parent | 06fbcb1cd00ddaeedc7aaac8f5076b24aff95f87 [diff] |
net/arp: Clear cache per-iface when relevant When disabling an ethernet interface, only its cache entries need to be cleared up and not the whole cache. This is meaninful in case there is 2+ ethernet interface instances. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>