Aaron U'Ren
1d90e215e9
feat(.golangci.yml): enable stylecheck linter and remediate
2021-09-11 16:20:07 -05:00
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
jakub.coufal
68dba40d58
Clean original iptables rule if --random-fully is supported
2020-08-04 07:33:17 +02:00
jakub.coufal
8d424ea09b
Fix pod egress rule cleanup
2020-07-28 14:02:00 +02:00
jakub.coufal
d66a3bb06e
Activate --random-fully where supported
2020-07-27 14:43:06 +02:00
Lucas Mundim
00824cd84b
Fix typo ( #661 )
2019-02-09 10:17:09 +05:30
Lars Ekman
077ff86bcc
Ipv6; BGP peering ( #545 )
...
* Use ip6tables for ipv6 and handle ipv6 for egress rules
* Make the temp ipset's fit into 31 characters
This should be improved. Some hash string should be used for
temp names.
2018-10-10 11:02:59 +05:30
Murali Reddy
23d43622ec
split routing controllers to smaller modules by function ( #406 )
...
* split routing controllers to smaller modules by function
* review comments
2018-04-23 05:42:28 +00:00