netgroup-polito / frog4-configurable-vnf

Example of network functions that include a configuration agent, which handles both the configuration and the state
2 stars 1 forks source link

Improve field description in the GUI #3

Open frisso opened 7 years ago

frisso commented 7 years ago

Currently it seems that the YANG has to be written such as

description "name='Gateway IP'"

in order to allow the GUI to print the description associated to the given field. We should simplify the syntax, if possible, so that we can write simpler YANG models such as 👍 description "IP Gateway"

and this will be shown automatically by the GUI.