Skip to content
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

requesting leaf-list element #32

Closed
vainyksi opened this issue Jul 25, 2018 · 2 comments
Closed

requesting leaf-list element #32

vainyksi opened this issue Jul 25, 2018 · 2 comments

Comments

@vainyksi
Copy link

Hello,
why I can get leaf-node element, e.g.:

path {
  elem {
    name: "system"
  }
  elem {
    name: "aaa"
  }
  elem {
    name: "authentication"
  }
  elem {
    name: "admin-user"
  }
  elem {
    name: "config"
  }
  elem {
    name: "admin-password"
  }
}

but can not get leaf-list element:

path {
  elem {
    name: "system"
  }
  elem {
    name: "aaa"
  }
  elem {
    name: "authentication"
  }
  elem {
    name: "config"
  }
  elem {
    name: "authentication-method"
  }
}

returns: INTERNAL: unexpected kind of leaf node type: [0xc420451998 0xc420451a08] slice

It this a bug or it should work like this?

Thanks.

@samribeiro
Copy link
Member

Hi @vainyksi, which client did you use for this?

@samribeiro
Copy link
Member

Given that this is from 2018 I am going to close it. Please reopen if you still have this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants