Skip to content

Commit 960845e

Browse files
committed
Merge release/3.11.4 to master
The change to openvpn/dco/ovpn_dco_linux.h has been ignored, since git master contains a different implementation which uses the upstream kernel ovpn module from the 6.16 kernel release. Signed-off-by: David Sommerseth <[email protected]>
2 parents ae1a9ec + 8ba4e80 commit 960845e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openvpn/aws/awsroute.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ class Route
424424
"replace_create_route: unknown RouteTargetType " << (int)target_type);
425425
}
426426

427-
const std::string dest_cidr_block_name = ipv6 ? "DestinationCidrIpv6Block" : "DestinationCidrBlock";
427+
const std::string dest_cidr_block_name = ipv6 ? "DestinationIpv6CidrBlock" : "DestinationCidrBlock";
428428

429429
// create API query
430430
{

0 commit comments

Comments
 (0)