.\" Automatically generated by Pandoc 2.17.1.1 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "wicked-firmware" "8" "Feb 28, 2023" "Wicked User Manual" "" .hy .SH NAME .PP wicked firmware - manage netif-firmware-discovery extensions .SH SYNOPSIS .PP \f[V]wicked firmware [options] \&...\f[R] .SH DESCRIPTION .SH OPTIONS .TP \f[V]--help\f[R], \f[V]-h\f[R] show brief options and actions description and exit .SH ACTIONS .TP \f[V]interfaces [options] [firmware name\&...|all]\f[R] Shows all or specified firmware extension names and the interfaces names they configure. .RS .PP Options: .TP \f[V]--format\f[R], \f[V]-F\f[R] \f[V]\f[R] Show the firmware interfaces as \f[V]xml\f[R] or (default) \f[V]txt\f[R] table. .PP Example output: .IP .nf \f[C] # wicked firmware interfaces nbft eth0 eth0.42 redfish usb0 \f[R] .fi .IP .nf \f[C] # wicked firmware interfaces -F xml eth0 eth0.42 usb0 \f[R] .fi .RE .TP \f[V]extensions [options] [firmware name\&...|all]\f[R] Shows all or specified firmware extension names and their enabled/disabled status. .RS .PP Options: .TP \f[V]--format\f[R], \f[V]-F\f[R] \f[V]\f[R] Show the firmware extensions as \f[V]xml\f[R] override config or (default) \f[V]txt\f[R] table. .TP \f[V]--expand\f[R], \f[V]-E\f[R] Expand xml to a complete firmware discovery extension definition. .PP Example output: .IP .nf \f[C] # wicked firmware extensions ibft enabled nbft enabled redfish disabled \f[R] .fi .IP .nf \f[C] # wicked firmware extensions -F xml redfish \f[R] .fi .IP .nf \f[C] # wicked firmware extensions -F xml -E ibft