13 lines
163 B
Go
13 lines
163 B
Go
package netsplit
|
|
|
|
import (
|
|
`net/netip`
|
|
)
|
|
|
|
var (
|
|
ReservedNets map[netip.Prefix]string
|
|
reservedNetsOrig map[string]string = map[string]string{
|
|
"": "",
|
|
}
|
|
)
|