openconfig / public

Repository for publishing OpenConfig models, documentation, and other material for the community.
Apache License 2.0
875 stars 643 forks source link

Pim: Add support for PIM_MODE_BIDIR in openconfig-pim-types.yang #1118

Open raviv-arista opened 1 month ago

raviv-arista commented 1 month ago

The bidirectional pim mode is missing from the pim mode types.

    identity PIM_MODE_BIDIR {
        base PIM_MODE;
        description
          "PIM BIDIR mode.";
        reference "RFC5015";
    }

This should be added. I can open a PR for this. Creating this issue to ask if there was a reason it wasn't added before.

dplore commented 1 month ago

Looks like it was only an oversight, happy to review a PR for this.