- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ClearEntriesWithComment (0.09 sec)
-
cni/pkg/ipset/nldeps_linux.go
// starting from the revision 3 and you have installed revision 1 only. // Your kernel is behind your ipset utility. // // This happens with kernels as recent as Fedora38, e.g: 6.4.11-200.fc38.aarch64 func (m *realDeps) clearEntriesWithComment(name, comment string) error { res, err := netlink.IpsetList(name) if err != nil { return fmt.Errorf("failed to list ipset %s: %w", name, err) } for _, entry := range res.Entries {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jul 18 23:53:18 UTC 2024 - 4.1K bytes - Viewed (0)