Skip to Content.

rare-dev - Re: [rare-dev] netconf

Subject: Rare project developers

List archive


Re: [rare-dev] netconf


Chronological Thread 
  • From: mc36 <>
  • To: David Schmitz <>
  • Cc:
  • Subject: Re: [rare-dev] netconf
  • Date: Tue, 14 Feb 2023 15:52:03 +0100

hi,

On 2/14/23 14:20, David Schmitz wrote:
That basically works.
When using yangcli as client, I can see all the nicely formatted XML
lines of the rpc-reply in the freertr debug.
Nevertheless yangcli has a problem to parse the output,
which is still not clear to me why.

But it seems the "format" option somehow breaks the communication with
ncclient library.
Somehow ncclient is not getting an answer back from freertr
and also freertr is showing in debug that it does not even receives an
rpc-request.

interesting to hear this...
so this "format" parameter according to my ide's "show usages" exclusively
mentioned here:
https://github.com/rare-freertr/freeRtr/blob/master/src/net/freertr/user/userNetconf.java#L457
what you see here is to collapse to a single line response or to place line
breaks between the
elements... hard to believe that ncclient cannot deal with multi-line replies?

br,
cs



Archive powered by MHonArc 2.6.19.

Top of Page