micro/network/router
Milos Gajdos 76011b151d
Bugfix: Set gateway to node.Address
gw has not been initialized; it was basically an empty string and only
got populated by Sprintf-ing the addr:port IF the port has been set.
This commit sets the gw to node.Address to it's never an empty string.
2019-06-26 16:28:33 +01:00
..
proto add router proto 2019-06-26 16:23:10 +01:00
default_router.go Bugfix: Set gateway to node.Address 2019-06-26 16:28:33 +01:00
default_table.go Route per service node. No Network Registry for now. 2019-06-26 16:03:19 +01:00
options.go Route per service node. No Network Registry for now. 2019-06-26 16:03:19 +01:00
query.go Route per service node. No Network Registry for now. 2019-06-26 16:03:19 +01:00
route.go Route per service node. No Network Registry for now. 2019-06-26 16:03:19 +01:00
router.go Move router and proxy into network package 2019-06-21 17:20:31 +01:00
table_watcher.go Route per service node. No Network Registry for now. 2019-06-26 16:03:19 +01:00
table.go Move router and proxy into network package 2019-06-21 17:20:31 +01:00