Skip to content

Commit

Permalink
fix the panic bug when use wireguard as backend
Browse files Browse the repository at this point in the history
  • Loading branch information
珩轩 committed Mar 4, 2024
1 parent 286db42 commit 2193333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/agent/app/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package options
import (
"errors"
"fmt"
"github.com/openyurtio/raven/pkg/networkengine/vpndriver/wireguard"
"net"
"os"
"strconv"
Expand All @@ -28,6 +27,7 @@ import (
"github.com/openyurtio/raven/pkg/networkengine/routedriver/vxlan"
"github.com/openyurtio/raven/pkg/networkengine/vpndriver"
"github.com/openyurtio/raven/pkg/networkengine/vpndriver/libreswan"
"github.com/openyurtio/raven/pkg/networkengine/vpndriver/wireguard"
"github.com/openyurtio/raven/pkg/utils"
)

Expand Down

0 comments on commit 2193333

Please sign in to comment.