Symptom
1) Mismatch in description.
'show ospf mpls traffic-eng' command is describing a field as 'Link ID' where as in the RPC output of 'ospf/processes/process/vrfs/vrf/mpls-te', the same field is mentioned as 'neighbor-system-id'.
It is changed to 'neighbor-link-id' which is more apt.
2) 'show ospf mpls traffic-eng' command is showing the bandwidth value different from the one shown by the RPC query for 'ospf/processes/process/vrfs/vrf/mpls-te'.
This is because there was a 64 bit conversion function applied in show client on the bandwidth value received from EDM. Such intelligence cannot be added in netconf. The code is changed so that this conversion is done at the EDM itself, so that no conversion is needed at show client or netconf.
Conditions
mpls traffic engineering should be enabled on the ospf interfaces.
Workaround
None. It is only a display issue when netconf is used.
No functionality impact.