netgroup-polito / un-orchestrator

Universal Node Orchestrator
Other
21 stars 13 forks source link

Ports range in template #118

Open ivanocerrato opened 7 years ago

ivanocerrato commented 7 years ago

The NF template specifies, for each type of port, the range

"ports": [ { "ipv6-config": "none", "min": "1", "label": "L2Port", "ipv4-config": "none", "position": "0-3", "technology": "vhost", "name": "eth" }

If you wants to referer to ports between 0 and 2, you have to write "position": "0-3"

This should be fixed, because not intuitive at all.