micro/router
Milos Gajdos 23d65145e6
Use the same logic for advertising routes in Router and Network
router.Query() allows to query the routes with given router.Strategy.
It uses the same logic as was implemented in flushRoutes but the code
was never updated. This way we are consistent across both router and
network packages.
2020-01-17 16:25:18 +00:00
..
service Remove Solicitation from the network 2020-01-16 19:43:10 +00:00
default_test.go Use the same logic for advertising routes in Router and Network 2020-01-17 16:25:18 +00:00
default.go Use the same logic for advertising routes in Router and Network 2020-01-17 16:25:18 +00:00
options.go Switch to AdvertiseLocal by default 2019-12-02 17:36:20 +00:00
query.go QueryStrategy to allow querying routes based on Advertising Strategy 2020-01-16 12:48:36 +00:00
route_test.go Move proxy/router 2019-08-05 17:44:33 +01:00
route.go Change router.Route metric to int64. Set the route metric properly 2019-10-23 16:51:22 +01:00
router.go Remove Solicitation from the network 2020-01-16 19:43:10 +00:00
table_test.go QueryStrategy to allow querying routes based on Advertising Strategy 2020-01-16 12:48:36 +00:00
table.go don't block forever 2020-01-17 15:23:10 +00:00
watcher.go Adds network id. Skips processing routes when router is the origin. 2019-08-27 23:08:35 +01:00