Switch to AdvertiseLocal by default

This commit is contained in:
Asim Aslam 2019-12-02 17:36:20 +00:00
parent 62bf0df864
commit da04aa8ae8
2 changed files with 2 additions and 2 deletions

View File

@ -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,
}

View File

@ -80,6 +80,6 @@ func DefaultOptions() Options {
Address: DefaultAddress,
Network: DefaultNetwork,
Registry: registry.DefaultRegistry,
Advertise: AdvertiseBest,
Advertise: AdvertiseLocal,
}
}