Commit graph

7 commits

Author SHA1 Message Date
saisindhuri91
3f5b678e98 Update nfacct_linux_test.go
Signed-off-by: saisindhuri91 <Sai.Sindhuri.Avulamanda@ibm.com>
2025-08-21 21:31:33 +05:30
tomma
410ada0022
Made the unsupportedError msg more readable
The unsupportedError msg is little confusing , no space between the ARCH and the "is unsupported" ;  
for example "windows/amd64is unsupported"
2025-03-04 14:32:50 +08:00
Adrian Moisey
faf6dc1313
Add retries to runner.List() 2025-02-19 08:29:06 +02:00
Kubernetes Prow Robot
2d4514e169
Merge pull request #125802 from mmorel-35/testifylint/len+empty
fix: enable empty and len rules from testifylint on pkg and staging package
2024-07-11 23:12:06 -07:00
Daman Arora
75b18b86dd proxy/utils/nfacct: API to check if nfacct sub-system is present
Signed-off-by: Daman Arora <aroradaman@gmail.com>
2024-07-09 18:44:04 +05:30
Matthieu MOREL
f014b754fb fix: enable empty and len rules from testifylint on pkg package
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>

Co-authored-by: Patrick Ohly <patrick.ohly@intel.com>
2024-07-06 23:15:43 +00:00
Daman Arora
6b5291654f pkg/proxy/util/nfacct: utility to interact with nfacct subsystem
nfacct is netfilter's accounting subsystem. This utility allows
interactions with the subsystem using lower level netlink API.

Signed-off-by: Daman Arora <aroradaman@gmail.com>
2024-04-27 12:17:50 +05:30