Scroll to navigation

wicked-firmware(8) wicked-firmware(8)

NAME

wicked firmware - manage netif-firmware-discovery extensions

SYNOPSIS

wicked firmware [options] <action> ...

DESCRIPTION

OPTIONS

show brief options and actions description and exit

ACTIONS

Shows all or specified firmware extension names and the interfaces names they configure.

Options:

Show the firmware interfaces as xml or (default) txt table.

Example output:

# wicked firmware interfaces
nbft            eth0 eth0.42
redfish         usb0
    
# wicked firmware interfaces -F xml
<interfaces>

<firmware name="nbft">
<interface>eth0</interface>
<interface>eth0.42</interface>
</firmware>
<firmware name="redfish">
<interface>usb0</interface>
</firmware> </interfaces>
Shows all or specified firmware extension names and their enabled/disabled status.

Options:

Show the firmware extensions as xml override config or (default) txt table.
Expand xml to a complete firmware discovery extension definition.

Example output:

# wicked firmware extensions
ibft            enabled
nbft            enabled
redfish         disabled
    
# wicked firmware extensions -F xml redfish
<config>

<netif-firmware-discovery name="redfish" enabled="false"/> </config>
# wicked firmware extensions -F xml -E ibft
<config>

<netif-firmware-discovery name="ibft">
<script name="show-config" command="/etc/wicked/extensions/ibft"/>
<script name="list-ifnames" command="/etc/wicked/extensions/ibft -l"/>
</netif-firmware-discovery> </config>
Disables the specified firmware extension(s)

Creates an xml override in the /etc/wicked/client-firmware.xml file disabling the specified firmware extension(s) defined in the /etc/wicked/client.xml file or it’s includes.

Options:

Show the modified firmware extension overrides in requested format.
Show the modified firmware extensions on stdandard output only (dry run).
Enables the specified firmware extension(s)

Creates an xml override in the /etc/wicked/client-firmware.xml file enabling the specified firmware extension(s) defined in the /etc/wicked/client.xml file or it’s includes.

Options:

Show the modified firmware extension overrides in requested format.
Show the modified firmware extensions on stdandard output only (dry run).
Reverts the enable-state override for specified firmware extension(s).

Reverts the enabled/disabled status to it’s default defined in the /etc/wicked/client.xml file or it’s includes by removing the specified firmware extension override from the /etc/wicked/client-firmware.xml config file.

Options:

Show the reverted firmware extension overrides in requested format.
Show the reverted firmware extensions on stdandard output only (dry run).

COPYRIGHT

Copyright (C) 2023 SUSE LLC

BUGS

Please report bugs as described at <https://bugs.opensuse.org>

SEE ALSO

wicked(8), wicked-redfish(8), wicked-config(5)

AUTHORS

Marius Tomaschewski.

February 28, 2023 Wicked User Manual