moby--moby/libnetwork/osl
Jana Radhakrishnan 2ba6c399ea Ensure purging neighbor cache for stale deletes
When stale delete notifications are received, we still need to make sure
to purge sandbox neighbor cache because these stale deletes are most
typically out of order delete notifications and if an add for the
peermac was received before the delete of the old peermac,vtep pair then
we process that and replace the kernel state but the old neighbor state
in the sandbox cache remains. That needs to be purged when we finally
get the out of order delete notification.

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2016-09-07 10:45:40 -07:00
..
interface_freebsd.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
interface_linux.go Merge pull request #1284 from liubin/fix-typos 2016-08-01 09:49:00 -07:00
interface_solaris.go Get libnetwork to build on Solaris 2016-04-14 14:03:50 -07:00
interface_windows.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
namespace_linux.go Make osl sandbox basepath configurable via execroot. 2016-07-18 05:14:39 -07:00
namespace_unsupported.go Make osl sandbox basepath configurable via execroot. 2016-07-18 05:14:39 -07:00
namespace_windows.go Make osl sandbox basepath configurable via execroot. 2016-07-18 05:14:39 -07:00
neigh_freebsd.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
neigh_linux.go Ensure purging neighbor cache for stale deletes 2016-09-07 10:45:40 -07:00
neigh_solaris.go Get libnetwork to build on Solaris 2016-04-14 14:03:50 -07:00
neigh_windows.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
options_linux.go Add Virtual-IP of an endpoint as a secondary IP 2016-07-12 15:50:42 -07:00
route_linux.go Make sure route selected is direct 2016-06-23 16:23:47 -04:00
sandbox.go Ensure purging neighbor cache for stale deletes 2016-09-07 10:45:40 -07:00
sandbox_freebsd.go Make osl sandbox basepath configurable via execroot. 2016-07-18 05:14:39 -07:00
sandbox_linux_test.go Gracefully handle missing xfrm modules 2016-06-20 17:25:32 -07:00
sandbox_test.go Add network restore to support docker live restore container 2016-06-13 23:48:00 -07:00
sandbox_unsupported.go Add network restore to support docker live restore container 2016-06-13 23:48:00 -07:00
sandbox_unsupported_test.go Move test specific functions to a testutils package. 2015-09-07 13:33:28 -04:00