GNU bug report logs - #58382
[PATCH 0/3] guile-netlink: Add support for bonds

Previous Next

Package: guix-patches;

Reported by: Alexey Abramov <levenson <at> mmer.org>

Date: Sat, 8 Oct 2022 16:52:02 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 58382 <at> debbugs.gnu.org (full text, mbox):

From: Alexey Abramov <levenson <at> mmer.org>
To: 58382 <at> debbugs.gnu.org
Subject: [PATCH 1/3] link: Pass correct attribute and a payload to rename a
 link
Date: Sat,  8 Oct 2022 18:53:12 +0200
* ip/link.scm(link-set): Send IFLA_IFNAME attribute with a new desired
interfaces name.
---
 ip/link.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ip/link.scm b/ip/link.scm
index ecd1072..521cffa 100644
--- a/ip/link.scm
+++ b/ip/link.scm
@@ -211,8 +211,8 @@ criteria."
                 '())
           ,@(if name
                 (list
-                  (make-route-attr IFLA_TXQLEN
-                    (make-u32-route-attr txqueuelen)))
+                  (make-route-attr IFLA_IFNAME
+                    (make-string-route-attr name)))
                 '())
           ,@(if address
                 (list
-- 
2.36.1





This bug report was last modified 2 years and 221 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.