Switch to AdvertiseLocal by default
This commit is contained in:
parent
62bf0df864
commit
da04aa8ae8
@ -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,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user