sonata-nfv / son-schema

The schema files for the various descriptors used by SONATA
http://www.sonata-nfv.eu
Apache License 2.0
2 stars 19 forks source link

Modified the interfaces field in the connection points. #97

Closed mbredel closed 8 years ago

mbredel commented 8 years ago

The interfaces need to store some data, like the IPv4 address. Thus, we moved from a simple string to a complex object that can hold more information. We now have an IPv4 interface (/description/interfaces/ipv4) that stores the IPv4 address and the netmask, However, we can add additional interfaces, like for IPv6, if needed.