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 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel