diff --git a/doc/source/user/etsi_vnf_deployment_as_vm_with_user_data.rst b/doc/source/user/etsi_vnf_deployment_as_vm_with_user_data.rst index 33f49299a..76ff31218 100644 --- a/doc/source/user/etsi_vnf_deployment_as_vm_with_user_data.rst +++ b/doc/source/user/etsi_vnf_deployment_as_vm_with_user_data.rst @@ -162,7 +162,18 @@ Param file with optional parameters: { "cpProtocolData": [ { - "layerProtocol": "IP_OVER_ETHERNET" + "layerProtocol": "IP_OVER_ETHERNET", + "ipOverEthernet": { + "ipAddresses": [ + { + "type": "IPV4", + "fixedAddresses": [ + "10.10.0.49" + ], + "subnetId": "06709e3e-33ff-4221-9d07-565c3fd55223" #Set the subnetID of net0 + } + ] + } } ] }