Opendaylight YANG tools search path

97 Views Asked by At

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.

1

There are 1 best solutions below

0
On BEST ANSWER

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