Skip to content

Default with-default namespace tag changed #2490

@choppsv1

Description

@choppsv1

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}}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    is:questionIssue is actually a question.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions