openconfig / public

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

Is there any reason or motivation to add virtual-link-local besides virtual-router-id for VRRP config in the openconfig-if-ip.yang file? #158

Closed sunseawq closed 2 weeks ago

sunseawq commented 6 years ago

augment "/oc-if:interfaces/oc-if:interface/oc-if:subinterfaces/" + "oc-if:subinterface/oc-ip:ipv6/oc-ip:addresses/oc-ip:address/" + "vrrp/vrrp-group/config" { description "Additional VRRP data for IPv6 interfaces";

 uses ip-vrrp-ipv6-config; 

} In standard MIB, only ifindex and VRRP-ID are specified.

robshakir commented 6 years ago

OpenConfig does not try and align with standard MIBs -- it aligns with use cases that operators have. This leaf allows for a virtual link local address to be defined. Can you clarify what the concern with this leaf is please?

Thanks, r.

github-actions[bot] commented 2 months ago

This issue is stale because it has been open 180 days with no activity. If you wish to keep this issue active, please remove the stale label or add a comment, otherwise will be closed in 14 days.