Switch to AdvertiseLocal by default
This commit is contained in:
		| @@ -63,7 +63,7 @@ func TestRouterAdvertise(t *testing.T) { | ||||
| 		Gateway: "dest.gw", | ||||
| 		Network: "dest.network", | ||||
| 		Router:  "src.router", | ||||
| 		Link:    "det.link", | ||||
| 		Link:    "local", | ||||
| 		Metric:  10, | ||||
| 	} | ||||
|  | ||||
|   | ||||
| @@ -80,6 +80,6 @@ func DefaultOptions() Options { | ||||
| 		Address:   DefaultAddress, | ||||
| 		Network:   DefaultNetwork, | ||||
| 		Registry:  registry.DefaultRegistry, | ||||
| 		Advertise: AdvertiseBest, | ||||
| 		Advertise: AdvertiseLocal, | ||||
| 	} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user