router: update interface (#1732)
* router: replace Start and Stop with Close * router: update default network to micro * router: update tests
This commit is contained in:
@@ -184,7 +184,7 @@ func (r *routerSelector) Reset(service string) {
|
||||
|
||||
func (r *routerSelector) Close() error {
|
||||
// stop the router advertisements
|
||||
return r.r.Stop()
|
||||
return r.r.Close()
|
||||
}
|
||||
|
||||
func (r *routerSelector) String() string {
|
||||
|
Reference in New Issue
Block a user