From: Chad Kimes <chkimes@github.com>
To: grub-devel@gnu.org
Cc: Chad Kimes <chkimes@github.com>
Subject: [PATCH 0/2] Add command-line management of VLAN config
Date: Mon, 21 Mar 2022 17:29:14 -0400 [thread overview]
Message-ID: <20220321212916.546630-1-chkimes@github.com> (raw)
These patches provide functionality to configure 802.1Q VLAN identifiers
on existing network interfaces using the GRUB command line.
The first patch simply updates the output of net_ls_addr to include
information about interface VLAN configuration.
The second patch introduces a new command net_set_vlan that allows
configuration of a target network interface, for situations where either
the user wants to manually configure a VLAN or where the configuration
is not properly being populated in the boot process.
Chad Kimes (2):
Add vlan information to net_ls_addr output
Add net_set_vlan command
docs/grub.texi | 19 ++++++++++++++
grub-core/net/net.c | 61 +++++++++++++++++++++++++++++++++++++++++++--
include/grub/net.h | 6 +++++
3 files changed, 84 insertions(+), 2 deletions(-)
--
2.25.1
next reply other threads:[~2022-03-21 21:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-21 21:29 Chad Kimes [this message]
2022-03-21 21:29 ` [PATCH 1/2] Add vlan information to net_ls_addr output Chad Kimes
2022-03-21 21:29 ` [PATCH 2/2] Add net_set_vlan command Chad Kimes
2022-04-14 15:49 ` [PATCH 0/2] Add command-line management of VLAN config Daniel Kiper
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=20220321212916.546630-1-chkimes@github.com \
--to=chkimes@github.com \
--cc=grub-devel@gnu.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.
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.