Aaron U'Ren
|
96675e620b
|
fix: don't capitalize error messages
It is standard practice in Go to not capitalize error messages:
https://github.com/golang/go/wiki/CodeReviewComments#error-strings
|
2021-04-14 16:23:59 -05:00 |
|
Manuel Rüger
|
7d47aefe7d
|
Replace github.com/golang/glog with k8s.io/klog/v2
glog is effectively unmaintained and the kubernetes ecosystem is mainly
using its fork klog
Fixes: #1051
|
2021-04-11 13:16:03 -05:00 |
|
黄扬
|
f4b7d613c5
|
support egress to namedport without dst address (#1037)
|
2021-03-24 08:39:07 +05:30 |
|
Aaron U'Ren
|
187a3f23c5
|
fix(ipset): add type option to RefreshSet
|
2021-03-18 09:21:22 -05:00 |
|
Murali Reddy
|
afd866c0de
|
use ipset save and restore to modify ipset to reduce exec calls
|
2021-03-18 09:21:22 -05:00 |
|
Murali Reddy
|
888cac9193
|
use iptables-save and iptables-restore commands to consolidate
individual iptables command that are run during full network
policies sync
|
2021-03-18 09:21:22 -05:00 |
|
Murali Reddy
|
c145885354
|
resolving merge conflicts of PR-964
|
2021-01-04 17:33:31 +05:30 |
|
Murali Reddy
|
e16f2077dd
|
npc code restructuring (#1007)
|
2020-12-16 18:40:00 +05:30 |
|