Fix kernel module names

This commit is contained in:
Quentin McGaw
2026-02-27 12:16:54 +00:00
parent af0bc3e224
commit 1fd4cc511a
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ func newKernelModules() kernelModules {
"nf_reject_ipv4": &m.nfRejectIPv4,
"xt_connmark": &m.xtConnmark,
"xt_conntrack": &m.xtConntrack,
"xt_reject": &m.xtReject,
"xt_REJECT": &m.xtReject,
}
for name, fieldPtr := range nameToFieldPtr {
fieldPtr.name = name