the general fallback is now '*all'

This commit is contained in:
Radu Ioan Fericean
2012-08-10 12:36:29 +03:00
parent 69d7ae1013
commit 05dd21c005

View File

@@ -38,7 +38,7 @@ const (
// the minimum length for a destination prefix to be matched.
MinPrefixLength = 2
RecursionMaxDepth = 4
FallbackDestination = "fallback" // the string to be used to mark the fallback destination
FallbackDestination = "*all" // the string to be used to mark the fallback destination
)
var (