-
Notifications
You must be signed in to change notification settings - Fork 322
Open
Labels
is:questionIssue is actually a question.Issue is actually a question.
Description
One of our (FRR) regression tests is failing when I run with the v5.0.5 from the devel branch. I'll note that the FRR code was updated specify shrink JSON when adapting to the v5 libyang changes. The difference here is that the namespace for default changes from ietf-netconf-with-defaults to default. These are results when passing LYD_PRINT_WD_IMPL_TAG wd options.
Old output (3.13.6)
{
"frr-zebra:evpn-mh": {
"df-preference": 32767,
"bypass": false,
"@bypass": {
"ietf-netconf-with-defaults:default": true
},
"uplink": false,
"@uplink": {
"ietf-netconf-with-defaults:default": true
}
}
}
New output (devel)
{"frr-zebra:evpn-mh":{"df-preference":32767,"bypass":false,"@bypass":{"default:default":true},"uplink":false,"@uplink":{"default:default":true}}}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
is:questionIssue is actually a question.Issue is actually a question.