We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09da307 commit ede640dCopy full SHA for ede640d
main.go
@@ -83,7 +83,7 @@ func main() {
83
84
go handleSubnets(ctx, sn, &sm, dev)
85
86
- if err := dev.configure(fmt.Sprintf("%v/30", snIP.ToIP())); err != nil {
+ if err := dev.configure(fmt.Sprintf("%v/32", snIP.ToIP())); err != nil {
87
panic(fmt.Errorf("failed to configure interface %s: %s", dev.link.Attrs().Name, err))
88
}
89
0 commit comments