Fix default env ipv6-format
This commit is contained in:
parent
1d48e2ac4e
commit
fb2a57288e
@ -18,7 +18,7 @@ var envRequired = []string{
|
||||
"INTERFACE",
|
||||
}
|
||||
var envDefaults = map[string]string{
|
||||
"IPV6_FORMAT": "fc12::%02x%02x:%02x%02x/%s",
|
||||
"IPV6_FORMAT": "fc12::%02x%02x:%02x%02x/%d",
|
||||
"FILTER_PREFIX": "100.100",
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user