Skip to content

Commit

Permalink
net binding plugin, virt-launcher: shouldn't fail on binding plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Alona Paz <alkaplan@redhat.com>
  • Loading branch information
AlonaKaplan committed Aug 15, 2023
1 parent 33ca7c7 commit 14e7fe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/network/setup/netpod.go
Expand Up @@ -173,6 +173,7 @@ func (n NetPod) composeDesiredSpec(currentStatus *nmstate.Status) (*nmstate.Spec
case iface.Macvtap != nil:
case iface.SRIOV != nil:
case iface.Slirp != nil:
case iface.Binding != nil:
default:
return nil, fmt.Errorf("undefined binding method: %v", iface)
}
Expand Down

0 comments on commit 14e7fe7

Please sign in to comment.