openconfig / gribi

A gRPC Interface to a Network Element RIB.
Apache License 2.0
57 stars 14 forks source link

src_ip_prefix needs to be added to PolicyForwardingEntry #26

Closed deepak-jnpr closed 1 year ago

deepak-jnpr commented 2 years ago

PolicyForwardingEntry message defined in gribi/v1/proto/gribi_aft/gribi_aft.proto is missing source ip prefix.

xw-g commented 2 years ago

Hi @deepak-jnpr, gRIBI uses OpenConfig AFT model. If a use case requires matching on the source ip prefix, maybe https://github.com/openconfig/public is a better place to discuss enhancing the model schema? Thanks.