grub-devel
[Top][All Lists]
Advanced

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

[PATCH 0/2] Add command-line management of VLAN config


From: Chad Kimes
Subject: [PATCH 0/2] Add command-line management of VLAN config
Date: Mon, 21 Mar 2022 17:29:14 -0400

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




reply via email to

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