Aaron U'Ren 4fd7bc4d19 fix(sync_routes): add deletion / immediate syncing
Added the following items to the original logic:
* Added map route entry deletion on withdrawl so that the system doesn't
  incorrectly sync it back to the kernel's routing table
* Added an immediate route sync upon BGP path receive
* Added a mutex to ensure that deleted routes aren't accidentally synced
  back to the system
* Added stopCh and wg (wait group) handling
* Increase default sync time from 15 seconds to 1 minute since this
  scenario is unlikely and netlink calls could potentially be burdensome
  in large clusters.
2022-03-18 15:02:02 -05:00
..
2018-05-03 12:32:08 +00:00
2021-10-14 16:14:05 +05:30
2018-05-03 12:32:08 +00:00
2018-05-03 12:32:08 +00:00
2018-12-07 16:22:41 +01:00
2018-05-03 12:32:08 +00:00
2018-05-03 12:32:08 +00:00
2018-05-03 12:32:08 +00:00

Kube-router Documentation

This folder holds the documentation that is served in https://www.kube-router.io/docs/.

Note:This folder may contain documentation changes that has not been released yet. Please visit above link to view documentation corresponding to latest release.