Skip to content

Commit

Permalink
Merge pull request #605 from TrekkieCoder/main
Browse files Browse the repository at this point in the history
cgroup: mount only if not already mounted
  • Loading branch information
UltraInstinct14 authored Mar 27, 2024
2 parents e9458e5 + a03655e commit 428cee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion loxilb-ebpf
2 changes: 1 addition & 1 deletion loxinet/loxinet.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const (
BpfFsCheckFile = "/opt/loxilb/dp/bpf/intf_map"
ARPAcceptAll = "sysctl net.ipv4.conf.all.arp_accept=1"
ARPAcceptDfl = "sysctl net.ipv4.conf.default.arp_accept=1"
MkMountCG2 = "/usr/local/sbin/mkllb_cgroup"
MkMountCG2 = "/usr/local/sbin/mkllb_cgroup 1"
)

type loxiNetH struct {
Expand Down

0 comments on commit 428cee5

Please sign in to comment.