Confd CLI Terminates when a yang model with a choice inside a choice written

Hi All!

We have licensed confd5.0 where we are installing a model with

container {
  container {
    action {
      choice {
        container {
          choice {
            leaf {
            }
          }
        }
      }
    }
  }
}

when I go to the innermost leaf my cli terminates in 5.0. I downloaded a 6.3 basic version and tested the same model and don’t see any crash. Please let me know if this issue is their in 5.0 what would be the best way to implement the innermost leaf…

rgds
Balaji

cli: read close from server

My cli session terminated with above error in verbose mode.

For legacy ConfD issues, I suggest you check with Tail-f support. But of course, if another user on this forum know what your issue could be related to, then you’re in luck.

Sure, any idea what does the read close from server error means ?. So that I can see if I can rewrite my model ?.