Skip to Content.
Sympa Menu

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: Mon, 20 Feb 2023 16:53:09 +0100

hi,

On 2/20/23 14:58, David Schmitz wrote:

Just note the closing </rpc-reply> immediately following the <rpc-reply ...>,
preceding the actual normal content.


so the issue was that now the needescape hunted too hungrily to the special
characters... :)
according to https://www.w3.org/TR/xml/#charsets i just relaxed it a bit, -
included from rpc-reply... :)
https://github.com/rare-freertr/freeRtr/commit/93497e38c9731ffd8ef1fbf4d025f4ba88fb66d9
it had at least some positive side effect on the ipv6 masks... :)

sid#show running-config interface loopback0 | xml
<config><interface><loopback0>
</loopback0></interface>
<interface><loopback0><description><management>
</management></description>
<vrf><forwarding><v1>
</v1></forwarding></vrf>
<ipv4><address><identifier-value>identifier-escape&#49;0.10.10.227
<identifier-value>identifier-escape&#50;55.255.255.255
</identifier-value></identifier-value></address></ipv4>
<ipv6><address><identifier-value>identifier-escape&#50;001:db8:1101::227:227
<ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff>
</ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff></identifier-value></address></ipv6>
<template><template1>
</template1></template>
<no><shutdown>
</shutdown></no>
</loopback0></interface></config>

br,
cs




Archive powered by MHonArc 2.6.24.

Top of Page