From 9f0a4c7b3d078ecc6ba3b1d93f05179427b1d643 Mon Sep 17 00:00:00 2001 From: Rio Zhu <32083634+zzxgzgz@users.noreply.github.com> Date: Tue, 22 Sep 2020 18:55:02 -0700 Subject: 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 --- edgemesh/pkg/proxy/proxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'edgemesh') 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{ -- cgit v1.2.3