From 1500a64704cf558a1d08d1cf0db7a4a3d550989a Mon Sep 17 00:00:00 2001 From: Tom Joseph Date: Thu, 19 Jul 2018 20:14:31 +0530 Subject: Correct the formatting of the network commands document The ipmitool commands are placed in the code block. Change-Id: I787dff9d6acd77ceaa1c6251b4287c2367212cad Signed-off-by: Tom Joseph --- docs/ipmitool-commands-cheatsheet.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/ipmitool-commands-cheatsheet.md b/docs/ipmitool-commands-cheatsheet.md index bb72083..050b927 100644 --- a/docs/ipmitool-commands-cheatsheet.md +++ b/docs/ipmitool-commands-cheatsheet.md @@ -10,27 +10,27 @@ if the ipmitool is outside the BMC (i.e on the network) then set the interface a ### Set the interface mode -ipmitool lan set ipsrc static +```ipmitool lan set ipsrc static``` ### Set the IP Address -ipmitool lan set ipaddr +```ipmitool lan set ipaddr ``` ### Set the network mask -ipmitool lan set netmask +```ipmitool lan set netmask ``` ### Set the default gateway -ipmitool lan set defgw ipaddr +```ipmitool lan set defgw ipaddr ``` ### Set the VLAN -ipmitool lan set vlan id +```ipmitool lan set vlan id ``` ### Delete the VLAN -ipmitool lan set vlan id off +```ipmitool lan set vlan id off``` NOTE: The user can group multiple set operations since the IPMI daemon waits for 10 seconds after each set operation before applying the configuration. -- cgit v1.2.1