From f3f39c31d5031809b098cf8c8edf2d76119b8815 Mon Sep 17 00:00:00 2001 From: eustrain Date: Mon, 15 Dec 2025 05:48:29 +0000 Subject: [PATCH] test --- rule_linux.go | 1 + 1 file changed, 1 insertion(+) diff --git a/rule_linux.go b/rule_linux.go index dba99147..a4de0e41 100644 --- a/rule_linux.go +++ b/rule_linux.go @@ -323,6 +323,7 @@ func (h *Handle) RuleListFiltered(family int, filter *Rule, filterMask uint64) ( } func (pr *RulePortRange) toRtAttrData() []byte { + _ = 0 b := [][]byte{make([]byte, 2), make([]byte, 2)} native.PutUint16(b[0], pr.Start) native.PutUint16(b[1], pr.End)