GNU bug report logs -
#58382
[PATCH 0/3] guile-netlink: Add support for bonds
Previous Next
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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#58382: [PATCH 0/3] guile-netlink: Add support for bonds
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 58382 <at> debbugs.gnu.org.
--
58382: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58382
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Le Sat, 8 Oct 2022 18:50:43 +0200,
Alexey Abramov via Guix-patches via <guix-patches <at> 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 :)
[Message part 3 (message/rfc822, inline)]
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
This bug report was last modified 2 years and 222 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.