Skip to content

Commit 5b40a20

Browse files
author
Hangbin Liu
committed
wireguard: mark as Tech Preview
JIRA: https://issues.redhat.com/browse/RHEL-74327 Upstream status: RHEL only WireGuard is Tech Preview in RHEL 10.0. Signed-off-by: Hangbin Liu <haliu@redhat.com>
1 parent bf457cc commit 5b40a20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/wireguard/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ static int __init wg_mod_init(void)
5454
pr_info("WireGuard " WIREGUARD_VERSION " loaded. See www.wireguard.com for information.\n");
5555
pr_info("Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.\n");
5656

57+
mark_tech_preview("WireGuard", THIS_MODULE);
5758
return 0;
5859

5960
err_netlink:

0 commit comments

Comments
 (0)