X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fvnfr.yang;fp=models%2Fyang%2Fvnfr.yang;h=8813647c075d04b27070583cd257d5357cf99351;hp=ef2edde8693304e5c549135009e8ae7b34560f23;hb=c0a20490f2901a83366f8723437c2d4bf357a25e;hpb=6f5f5dd9f974a2cb2138a2685712aa90d8c34bdf 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;