just needs reserved prefix warnings implemented
This commit is contained in:
12
netsplit/conts.go
Normal file
12
netsplit/conts.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package netsplit
|
||||
|
||||
import (
|
||||
`net/netip`
|
||||
)
|
||||
|
||||
var (
|
||||
ReservedNets map[netip.Prefix]string
|
||||
reservedNetsOrig map[string]string = map[string]string{
|
||||
"": "",
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user