Re: [netmod] usage of ip-address in openconfig

2022-04-22 Thread Jürgen Schönwälder
On Wed, Apr 20, 2022 at 06:19:09PM -0700, Andy Bierman wrote: > > If the argument is that a zone index is always allowed (even if the > usage is limited) then why does the ip-address-no-zone typedef exist > at all? There are no YANG guidelines for picking between them. > A simple rule of thumb

Re: [netmod] usage of ip-address in openconfig

2022-04-21 Thread Acee Lindem (acee)
Hi Andy, I like this suggestion. From: Andy Bierman Date: Wednesday, April 20, 2022 at 9:19 PM To: Acee Lindem Cc: Juergen Schoenwaelder , NetMod WG Subject: Re: [netmod] usage of ip-address in openconfig On Wed, Apr 20, 2022 at 4:02 PM Acee Lindem (acee) mailto:a...@cisco.com>>

Re: [netmod] usage of ip-address in openconfig

2022-04-20 Thread Andy Bierman
On Wed, Apr 20, 2022 at 4:02 PM Acee Lindem (acee) wrote: > > > On 4/20/22, 6:35 PM, "netmod on behalf of Jürgen Schönwälder" < > netmod-boun...@ietf.org on behalf of j.schoenwael...@jacobs-university.de> > wrote: > > On Wed, Apr 20, 2022 at 02:51:35PM -0700, Andy Bierman wrote: > > On

Re: [netmod] usage of ip-address in openconfig

2022-04-20 Thread Acee Lindem (acee)
On 4/20/22, 6:35 PM, "netmod on behalf of Jürgen Schönwälder" wrote: On Wed, Apr 20, 2022 at 02:51:35PM -0700, Andy Bierman wrote: > On Wed, Apr 20, 2022 at 2:34 PM Jürgen Schönwälder < > j.schoenwael...@jacobs-university.de> wrote: > > > I am not sure it helps to look

Re: [netmod] usage of ip-address in openconfig

2022-04-20 Thread Jürgen Schönwälder
On Wed, Apr 20, 2022 at 02:51:35PM -0700, Andy Bierman wrote: > On Wed, Apr 20, 2022 at 2:34 PM Jürgen Schönwälder < > j.schoenwael...@jacobs-university.de> wrote: > > > I am not sure it helps to look at individual data models but since > > openconfig is often presented as getting things right,

Re: [netmod] usage of ip-address in openconfig

2022-04-20 Thread Andy Bierman
On Wed, Apr 20, 2022 at 2:34 PM Jürgen Schönwälder < j.schoenwael...@jacobs-university.de> wrote: > I am not sure it helps to look at individual data models but since > openconfig is often presented as getting things right, here is what I > find in openconfig-system-logging.yang > > Not sure why

Re: [netmod] usage of ip-address in openconfig

2022-04-20 Thread Jürgen Schönwälder
I am not sure it helps to look at individual data models but since openconfig is often presented as getting things right, here is what I find in openconfig-system-logging.yang grouping logging-remote-config { description "Configuration data for remote log servers"; leaf host {

[netmod] usage of ip-address in openconfig

2022-04-20 Thread Andy Bierman
Hi, https://github.com/openconfig/public Looking at the actual YANG modules, I cannot find any usage of ip-address-zoned (or any of the zoned variants). There are some places where inet:ip-address is used instead of oc-inet:ip-address. It is not clear if the intention is to allow a zone index.