Files
powerpc-utils/ofpathname_powernv.patch
Michal Suchanek 2761a16391 Accepting request 859496 from home:michals
- Fixes for hybrid network virtualization (jsc#SLE-13837 bsc#1180129 ltc#190387)
   + 0001-HNV-fixes-for-qrydev-and-remove-lsdevinfo.patch
   + 0002-Disable-vnic-as-backup-vdevice-for-migratable-SR_IOV.patch
   + 0003-Clean-up-dead-network-config-interface-after-inactiv.patch

OBS-URL: https://build.opensuse.org/request/show/859496
OBS-URL: https://build.opensuse.org/package/show/hardware/powerpc-utils?expand=0&rev=135
2020-12-30 20:35:19 +00:00

17 lines
470 B
Diff

Upstream: TBD
References: boo#933651
Index: powerpc-utils-1.3.7/scripts/ofpathname
===================================================================
--- powerpc-utils-1.3.7.orig/scripts/ofpathname
+++ powerpc-utils-1.3.7/scripts/ofpathname
@@ -1632,7 +1632,7 @@ of2l_nvme()
. $PSERIES_PLATFORM
if [[ $platform = $PLATFORM_POWERNV ]]; then
echo "$OFPATHNAME: is not supported on the $platform_name platform" 1>&2
- exit 1
+ exit 0
fi
if [[ "$#" -eq 0 ]]; then