Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
hi rogo,
I tried to generate swagger file for one of our module,
yanger -p access-port/src/yang/ -t expand -f swagger l2vpn/src/yang/l2vpn.yang --swagger-host 127.0.0.1:8080 --swagger-basepath /restconf | python -m json.tool > nfvo_swagger.json
i go...