Search code examples
openflowopendaylight

Opendaylight YANG tools search path


I am developing a service for opendaylight (carbon). I want to use [email protected] instead of the existing ietf-access-control-list.yang that comes with the ODL Carbon distribution. How can I direct the yangtool to pick up this yang file instead of the other one? Thanks.


Solution

  • OK it is simple enough. Just place the updated yang file in api/src/main/yang and yangtool will pick it up from there.