Skip to content

Bug: filter_spec is typed as mandatory, but per RFC 8641 it's optional. #37

Description

@rodonile

According to RFC 8641 filter-spec needs to be optional, not mandatory:

https://github.com/network-analytics/NetCalyx/blob/main/crates/netconf-proto/src/yang_push/filters.rs#L140-L141

At the moment we fail deserializing payloads with such filters without any xpaths or subtree filters specified:

      <selection-filter xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-push">
        <filter-id>ALARMSietf100</filter-id>
      </selection-filter>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions