QueryStrategy to allow querying routes based on Advertising Strategy
This commit is contained in:
@@ -146,6 +146,7 @@ type Advert struct {
|
||||
// Strategy is route advertisement strategy
|
||||
type Strategy int
|
||||
|
||||
// TODO: remove the "Advertise" prefix from these
|
||||
const (
|
||||
// AdvertiseAll advertises all routes to the network
|
||||
AdvertiseAll Strategy = iota
|
||||
|
||||
Reference in New Issue
Block a user