Skip to content

Commit 70b93e3

Browse files
committed
fix some problems for testing
1 parent ba2fce4 commit 70b93e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vpn/netstate/vpn_hostnet_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const (
5252
testTunIf = "awl0"
5353
testAwlSubnet = "10.66.0.0/16"
5454
testAwlSubnet6 = "fd00:66::/48"
55-
ipForwardPath = "/proc/sys/net/ipv4/ip_forward"
55+
ipForwardPath = "/proc/sys/net/ipv4/ip_forward"
5656
)
5757

5858
// ---- N1: NAT apply/teardown lifecycle ----

0 commit comments

Comments
 (0)