We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In cases where the VNF has multiple connection points attached to different VLs, it is not possible to specify different floating IP Pools.
Example VLD:
"vld":[ { "name":"private", "poolName":"pool1" }, { "name":"private-2", "poolName":"pool2" } ],
And connection points:
"connection_point":[ { "floatingIp":"random", "virtual_link_reference":"private", "interfaceId":0 }, { "floatingIp":"random", "virtual_link_reference":"private-2", "interfaceId":1 } ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In cases where the VNF has multiple connection points attached to different VLs, it is not possible to specify different floating IP Pools.
Example VLD:
And connection points:
The text was updated successfully, but these errors were encountered: