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
interface_linux.go Merge pull request #1284 from liubin/fix-typos 2016-08-01 09:49:00 -07:00
interface_solaris.go
interface_windows.go
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
neigh_linux.go Ensure purging neighbor cache for stale deletes 2016-09-07 10:45:40 -07:00
neigh_solaris.go
neigh_windows.go
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
sandbox_unsupported.go
sandbox_unsupported_test.go