From c64649f8ed5ca038a405a2d97bb91de86fd8a56b Mon Sep 17 00:00:00 2001 From: Lars Seipel <ls@slrz.net> Date: Sun, 2 May 2021 20:13:00 +0200 Subject: [PATCH] runtopo: fix misspelled node attribute in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff75a23..dc7a7d5 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ supplied, a (possibly configurable) default is used. * tunnelip -- IP address for libvirt UDP tunnels associated with this device * mgmt\_ip -- creates DHCP reservation when AutoMgmtNetwork is enabled * no\_mgmt -- do not create management interface even when AutoMgmtNetwork is enabled -* vbmc -- if non-empty, create a virtual BMC to provide an IPMI interface for the device +* bmc -- if non-empty, create a virtual BMC to provide an IPMI interface for the device * efi -- if non-empty, configure the device for UEFI boot * function -- one of [oob-server, oob-switch, exit, superspine, spine, leaf, tor, host] or *fake* to not simulate the device at all but still make links -- GitLab