[PATCH] gnu: services: missing wireguard related exports

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Solene Rapenne
Owner
unassigned
Submitted by
Solene Rapenne
Severity
normal

Debbugs page

Solene Rapenne wrote 4 years ago
(address . guix-patches@gnu.org)
20210523131444.34167ac1@perso.pw
While there I removed a weird character in the file

---
gnu/services/vpn.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Toggle diff (23 lines)
diff --git a/gnu/services/vpn.scm b/gnu/services/vpn.scm
index 6fbe20a849..2e41147e17 100644
--- a/gnu/services/vpn.scm
+++ b/gnu/services/vpn.scm
@@ -48,6 +48,8 @@
wireguard-peer-name
wireguard-peer-endpoint
wireguard-peer-allowed-ips
+ wireguard-peer-public-key
+ wireguard-peer-keep-alive
wireguard-configuration
wireguard-configuration?
@@ -526,7 +528,6 @@ is truncated and rewritten every minute.")
(openvpn-remote-configuration
,openvpn-remote-configuration-fields)) 'openvpn-client-configuration))
-
;;;
;;; Wireguard.
;;;
--
2.31.1
Guillaume Le Vaillant wrote 4 years ago
(name . Solene Rapenne)(address . solene@perso.pw)(address . 48608-done@debbugs.gnu.org)
87wnro4klh.fsf@kitej
Patch pushed as ac95609208c0afe55d68bf42993ccb9b58ad44ce.
Thanks.

I added a copyright line for you, and more info to the commit message.
Also, the patch didn't apply cleanly. I suspect that your email client
mangled it by cutting a long line. Please find a way to prevent it from
doing that.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYKtfug8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j9QewD+InMqKCzf3OWHsxXjy6okZgPW5MCil0W5itXz
QzdlDYwA/2eBJ0I1n9WOEqZwSFq1bPWVzaY61luc/KWw4zjKxHsN
=uqob
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 48608@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 48608
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help