X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fvnfr.yang;h=8813647c075d04b27070583cd257d5357cf99351;hp=ef2edde8693304e5c549135009e8ae7b34560f23;hb=813947d0a1bcce97c634e3b2e3f3875b404e9782;hpb=7c7af70f356bec16df1b7ad960fd34cfea0cd141 diff --git a/models/yang/vnfr.yang b/models/yang/vnfr.yang index ef2edde..8813647 100644 --- a/models/yang/vnfr.yang +++ b/models/yang/vnfr.yang @@ -120,10 +120,12 @@ module vnfr description "Specifies the type of virtual interface between VM and host. - VIRTIO : Use the traditional VIRTIO interface. + PARAVIRT : Use the default paravirtualized interface for the VIM (virtio, vmxnet3, etc.). + VIRTIO : Deprecated! Use the traditional VIRTIO interface. PCI-PASSTHROUGH : Use PCI-PASSTHROUGH interface. SR-IOV : Use SR-IOV interface."; type enumeration { + enum PARAVIRT; enum VIRTIO; enum PCI-PASSTHROUGH; enum SR-IOV;