add logging using table and mark
All checks were successful
Build and Package OPKG / Build for armv5-3.2 (push) Successful in 44s
Build and Package OPKG / Build for armv7-2.6 (push) Successful in 47s
Build and Package OPKG / Build for armv7-3.2 (push) Successful in 41s
Build and Package OPKG / Build for aarch64-3.10 (push) Successful in 57s
Build and Package OPKG / Build for mips-3.4 (push) Successful in 41s
Build and Package OPKG / Build for mipsel-3.4 (push) Successful in 40s

This commit is contained in:
Vladimir Avtsenov 2025-02-14 03:32:01 +03:00
parent 07c07b6aba
commit baab8eca40

View File

@ -112,6 +112,8 @@ func (r *IPSetToLink) insertIPRule() error {
}
r.ipRule = rule
log.Trace().Int("table", r.table).Int("mark", int(r.mark)).Msg("using ip table and mark")
return nil
}