v0.1.0
ADDED: * Explicit subnet ordering option for VLSM
This commit is contained in:
@@ -172,6 +172,7 @@ func main() {
|
||||
cmnArgs = args.VLSM.common
|
||||
splitter = &netsplit.VLSMSplitter{
|
||||
Ascending: args.VLSM.Asc,
|
||||
Explicit: args.VLSM.Explicit,
|
||||
PrefixLengths: args.VLSM.Sizes,
|
||||
BaseSplitter: new(netsplit.BaseSplitter),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user