micro/network/router
Milos Gajdos 0c1a28a9b6
Router routing table management. Table route hashes. Status codes changed.
We now manage routing table actions using dedicated functions run on
either registry or services in the registry.

Routing table now uses Route.Hash() instead of maintaining its own hash
struct filed which previously performed these operations.

Various names of variables have been changed to make them more concise.
2019-07-09 15:46:31 +01:00
..
proto add router proto 2019-06-26 16:23:10 +01:00
default_router.go Router routing table management. Table route hashes. Status codes changed. 2019-07-09 15:46:31 +01:00
default_table_test.go Router routing table management. Table route hashes. Status codes changed. 2019-07-09 15:46:31 +01:00
default_table.go Router routing table management. Table route hashes. Status codes changed. 2019-07-09 15:46:31 +01:00
options.go Router routing table management. Table route hashes. Status codes changed. 2019-07-09 15:46:31 +01:00
query.go Simmplified RT Lookup. No more Metric in Query. 2019-07-01 20:33:08 +01:00
route.go Router routing table management. Table route hashes. Status codes changed. 2019-07-09 15:46:31 +01:00
router.go Router routing table management. Table route hashes. Status codes changed. 2019-07-09 15:46:31 +01:00
table_watcher.go First shot at flapping detection and event advertising. 2019-07-09 15:46:30 +01:00
table.go Move router and proxy into network package 2019-06-21 17:20:31 +01:00