almost done ackshually
This commit is contained in:
14
netsplit/funcs_hostsplitter.go
Normal file
14
netsplit/funcs_hostsplitter.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package netsplit
|
||||
|
||||
import (
|
||||
"go4.org/netipx"
|
||||
"net/netip"
|
||||
)
|
||||
|
||||
// Split splits the network defined in a HostSplitter alongside its configuration and performs the subnetting.
|
||||
func (h *HostSplitter) Split() (nets []*netip.Prefix, remaining *netipx.IPSet, err error) {
|
||||
|
||||
// TODO
|
||||
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user