all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alexey Abramov via Guix-patches via <guix-patches@gnu.org>
To: 58382@debbugs.gnu.org
Subject: [bug#58382] [PATCH 0/3] guile-netlink: Add support for bonds
Date: Sat,  8 Oct 2022 18:50:43 +0200	[thread overview]
Message-ID: <20221008165043.13177-1-levenson@mmer.org> (raw)

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





             reply	other threads:[~2022-10-08 16:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-08 16:50 Alexey Abramov via Guix-patches via [this message]
2022-10-08 16:53 ` [bug#58382] [PATCH 1/3] link: Pass correct attribute and a payload to rename a link Alexey Abramov via Guix-patches via
2022-10-08 16:53   ` [bug#58382] [PATCH 2/3] link: Allow to bound interfaces to bonds Alexey Abramov via Guix-patches via
2022-10-08 16:53   ` [bug#58382] [PATCH 3/3] link: Add partial support for bond interfaces Alexey Abramov via Guix-patches via
2022-10-09 13:45 ` bug#58382: [PATCH 0/3] guile-netlink: Add support for bonds Julien Lepiller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221008165043.13177-1-levenson@mmer.org \
    --to=guix-patches@gnu.org \
    --cc=58382@debbugs.gnu.org \
    --cc=levenson@mmer.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.