We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-bridge
1 parent bf541d5 commit 6a96b2aCopy full SHA for 6a96b2a
standalone/ipxbox_uplink.go
@@ -52,6 +52,9 @@ func main() {
52
err = mod.Start(ctx, &module.Parameters{
53
Uplinkable: &fakeNetwork{conn},
54
})
55
+ if err == module.NotNeeded {
56
+ log.Fatalf("please specify a device to bridge to using -bridge=")
57
+ }
58
if err != nil {
59
log.Fatalf("bridge exited with error: %v", err)
60
}
0 commit comments