Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: bobz965 <[email protected]>
  • Loading branch information
bobz965 committed Sep 21, 2024
1 parent c215df6 commit b87f084
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cmd/daemon/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ import (
"github.com/kubeovn/kube-ovn/pkg/daemon"
)

const geneveLinkName = "genev_sys_6081"
const vxlanLinkName = "vxlan_sys_4789"
const (
geneveLinkName = "genev_sys_6081"
vxlanLinkName = "vxlan_sys_4789"
)

func printCaps() {
currentCaps := cap.GetProc()
Expand Down

0 comments on commit b87f084

Please sign in to comment.