Martin Bjorklund

Results 90 comments of Martin Bjorklund

Yes, the YANG models are incorrect. In YANG 1, a submodule can only reference names defined in its own submodule, or an included submodule (recursively). However, if we patch all...

Right, so the solution to this in YANG 1 was to let the main module only include submodules, and not define any data nodes in the main module. Instead, you...

The latest commits are not sufficient - I am working on some other fixes that I hope to finish tomorrow. I will try with your simplified test as well, thank...

@hyberdk could you try the ydk-gen test again on the branch `mbj/submodules-xpath`? If it still fails I have another idea...

@hyberdk thanks for testing this. I tried to use YDK-GEN, but didn't manage to install it... I made a less intrusive change to the original problem in branch `mbj/submodules-xpath-2`. Could...

Ok, great, thanks again for your help in testing this! Sorry for not fixing this earlier, but when I first looked at these models they had quite a lot of...

There is no max length unless you specify one.

This is probably useful, but I don't think it belongs in the `depend` output, since `depend` is designed to generate Makefile dependency rules.

please provide an example module and show the exact command you use to reproduce this