mirror of
https://github.com/cloudnativelabs/kube-router.git
synced 2025-11-20 20:41:06 +01:00
Fix lint
This commit is contained in:
parent
809f2fba99
commit
ef77a2d58b
@ -626,7 +626,6 @@ func (nsc *NetworkServicesController) cleanupDSRService(fwMark uint32) error {
|
|||||||
|
|
||||||
// All of the iptables-save output here prints FW marks in hexadecimal, if we are doing string searching, our search
|
// All of the iptables-save output here prints FW marks in hexadecimal, if we are doing string searching, our search
|
||||||
// input needs to be in hex also
|
// input needs to be in hex also
|
||||||
//nolint:gomnd // we're converting to hex here, we don't need to track this as a constant
|
|
||||||
fwMarkStr := strconv.FormatInt(int64(fwMark), 16)
|
fwMarkStr := strconv.FormatInt(int64(fwMark), 16)
|
||||||
for _, mangleTableRule := range mangleTableRules {
|
for _, mangleTableRule := range mangleTableRules {
|
||||||
if strings.Contains(mangleTableRule, ipAddress) && strings.Contains(mangleTableRule, fwMarkStr) {
|
if strings.Contains(mangleTableRule, ipAddress) && strings.Contains(mangleTableRule, fwMarkStr) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user