File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1364,7 +1364,6 @@ func (proxier *Proxier) syncProxyRules() {
1364
1364
Value : []string {
1365
1365
fmt .Sprintf ("goto %s" , fwChain ),
1366
1366
},
1367
- Comment : & svcPortNameString ,
1368
1367
})
1369
1368
}
1370
1369
}
Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ func TestOverallNFTablesRules(t *testing.T) {
445
445
add element ip kube-proxy service-ips { 172.30.0.45 . tcp . 80 : goto service-HVFWP5L3-ns5/svc5/tcp/p80 }
446
446
add element ip kube-proxy service-ips { 5.6.7.8 . tcp . 80 : goto external-HVFWP5L3-ns5/svc5/tcp/p80 }
447
447
add element ip kube-proxy service-nodeports { tcp . 3002 : goto external-HVFWP5L3-ns5/svc5/tcp/p80 }
448
- add element ip kube-proxy firewall-ips { 5.6.7.8 . tcp . 80 comment "ns5/svc5:p80" : goto firewall-HVFWP5L3-ns5/svc5/tcp/p80 }
448
+ add element ip kube-proxy firewall-ips { 5.6.7.8 . tcp . 80 : goto firewall-HVFWP5L3-ns5/svc5/tcp/p80 }
449
449
450
450
# svc6
451
451
add element ip kube-proxy cluster-ips { 172.30.0.46 }
You can’t perform that action at this time.
0 commit comments