-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BBF TR-477 YANG modules #1534
BBF TR-477 YANG modules #1534
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There seems to be an issue with some of the check scripts, seeing errors like this a number of times:
/home/runner/work/yang/yang/standard/bbf/standard/application/bbf-d-olt-pppoe-intermediate-agent.yang:36: error: module "ietf-crypto-types" not found in search path
/home/runner/work/yang/yang/standard/bbf/standard/application/bbf-d-olt-pppoe-intermediate-agent.yang:39: error: module "ietf-tcp-client" not found in search path
/home/runner/work/yang/yang/standard/bbf/standard/application/bbf-d-olt-pppoe-intermediate-agent.yang:42: error: module "ietf-tcp-server" not found in search path
/home/runner/work/yang/yang/standard/bbf/standard/application/bbf-d-olt-pppoe-intermediate-agent.yang:45: error: module "ietf-tls-client" not found in search path
/home/runner/work/yang/yang/standard/bbf/standard/application/bbf-d-olt-pppoe-intermediate-agent.yang:572: error: grouping "tls-server-grouping" not found in module "ietf-tls-server"
Errors in /home/runner/work/yang/yang/standard/bbf/standard/application/bbf-d-olt-mgmd.yang
Can you address this?
Cheers,
Einar
Thanks. I'll check on Monday. I fear that the problem may be that these modules are still drafts |
@wlupton, if that is the case you can adjust the paths used by pyang in your scripts until the models are approved, assuming the models are in the repo at all (experimental/draft models usually are). |
They're running successfully now |
@einarnn do i need to do something else before this can be merged? thanks |
Thanks @einarnn. |
No description provided.