emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58382: closed ([PATCH 0/3] guile-netlink: Add support for bonds)


From: GNU bug Tracking System
Subject: bug#58382: closed ([PATCH 0/3] guile-netlink: Add support for bonds)
Date: Sun, 09 Oct 2022 13:46:02 +0000

Your message dated Sun, 9 Oct 2022 15:45:09 +0200
with message-id <20221009154509.424df1c8@sybil.lepiller.eu>
and subject line Re: [bug#58382] [PATCH 0/3] guile-netlink: Add support for 
bonds
has caused the debbugs.gnu.org bug report #58382,
regarding [PATCH 0/3] guile-netlink: Add support for bonds
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58382: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58382
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/3] guile-netlink: Add support for bonds Date: Sat, 8 Oct 2022 18:50:43 +0200
With these patches, guile-netlink can be used to build bonds. bond-type-args
function accepts keys that people would be set to bond interfaces via 'ip link
set'. 'ip link help bond' shows the list of all passable settings. Only few of
them are implemented right now.

Master field was also added to 'link-set' in order to bind interfaces to their
masters in case of bonding.

Alexey Abramov (3):
  link: Pass correct attribute and a payload to rename a link
  link: Allow to bound interfaces to bonds
  link: Add partial support for bond interfaces

 ip/link.scm          | 77 ++++++++++++++++++++++++++++++++++++++++++--
 netlink/constant.scm | 30 +++++++++++++++++
 2 files changed, 104 insertions(+), 3 deletions(-)

-- 
2.36.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#58382] [PATCH 0/3] guile-netlink: Add support for bonds Date: Sun, 9 Oct 2022 15:45:09 +0200
Le Sat,  8 Oct 2022 18:50:43 +0200,
Alexey Abramov via Guix-patches via <guix-patches@gnu.org> a écrit :

> With these patches, guile-netlink can be used to build bonds.
> bond-type-args function accepts keys that people would be set to bond
> interfaces via 'ip link set'. 'ip link help bond' shows the list of
> all passable settings. Only few of them are implemented right now.
> 
> Master field was also added to 'link-set' in order to bind interfaces
> to their masters in case of bonding.
> 
> Alexey Abramov (3):
>   link: Pass correct attribute and a payload to rename a link
>   link: Allow to bound interfaces to bonds
>   link: Add partial support for bond interfaces
> 
>  ip/link.scm          | 77
> ++++++++++++++++++++++++++++++++++++++++++-- netlink/constant.scm |
> 30 +++++++++++++++++ 2 files changed, 104 insertions(+), 3
> deletions(-)
> 

Thanks, applied to guile-netlink :) I adjusted the commit messages a
bit, and used define-enum for bond mode. I didn't test though, so I
hope it works :)


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]