diff options
| author | Rio Zhu <32083634+zzxgzgz@users.noreply.github.com> | 2020-09-22 18:55:02 -0700 |
|---|---|---|
| committer | Yin Ding <dingyin@gmail.com> | 2020-10-29 14:27:48 -0700 |
| commit | 9f0a4c7b3d078ecc6ba3b1d93f05179427b1d643 (patch) | |
| tree | 3966aa5415b294d8a8ca386eac2ca809f96880c4 /edgemesh | |
| parent | Merge pull request #2265 from luogangyi/fix-protocol-update (diff) | |
| download | kubeedge-9f0a4c7b3d078ecc6ba3b1d93f05179427b1d643.tar.gz | |
1.19 (#9)
* Updated vendor and APIs to x.19.1
* Modified more APIs.
* Modified more APIs
* Modified edged to adapt to changes APIs
* ran tests
Co-authored-by: root <root@ip-172-31-0-22.us-west-2.compute.internal>
Diffstat (limited to 'edgemesh')
| -rw-r--r-- | edgemesh/pkg/proxy/proxy.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edgemesh/pkg/proxy/proxy.go b/edgemesh/pkg/proxy/proxy.go index 217a94b22..0c966381a 100644 --- a/edgemesh/pkg/proxy/proxy.go +++ b/edgemesh/pkg/proxy/proxy.go @@ -35,7 +35,7 @@ var ( ) func Init() { - protocol := utiliptables.ProtocolIpv4 + protocol := utiliptables.ProtocolIPv4 exec := utilexec.New() iptInterface := utiliptables.New(exec, protocol) proxier = &Proxier{ |
