Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a00442c204
|
@@ -69,7 +69,7 @@ func main() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
case "net":
|
case "net":
|
||||||
if err = validate.Struct(args.ExplicitNetwork.Network.Network); err != nil {
|
if err = validate.Struct(args.ExplicitNetwork); err != nil {
|
||||||
log.Panicln(err)
|
log.Panicln(err)
|
||||||
}
|
}
|
||||||
if origPfx, err = netip.ParsePrefix(args.ExplicitNetwork.Network.Network); err != nil {
|
if origPfx, err = netip.ParsePrefix(args.ExplicitNetwork.Network.Network); err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user