Re: [netmod] Module updates in imported modules

2023-06-13 Thread Andy Bierman
by seeing where that grouping is used, > whether the client uses those nodes, etc). > Perhaps an example showing an NBC change to an imported module should be added. > > Jason > Andy > > > *From:* netmod *On Behalf Of *Andy Bierman > *Sent:* Friday, June 9,

Re: [netmod] Module updates in imported modules

2023-06-13 Thread Jason Sterne (Nokia)
, 2023 2:30 PM To: Jan Lindblad Cc: NetMod WG Subject: Re: [netmod] Module updates in imported modules CAUTION: This is an external email. Please be very careful when clicking links or opening attachments. See the URL nok.it/ext for additional information. On Fri, Jun 9, 2023 at 1:23 AM Jan

Re: [netmod] Module updates in imported modules

2023-06-09 Thread Andy Bierman
On Fri, Jun 9, 2023 at 1:23 AM Jan Lindblad wrote: > Andy, > > I think you have a lot of good points in this discussion, but here is one > I don't quite understand. > > You state that the addition of leaf three in the 1.1.0 version of grouping > A would be BC. 7950 sec 11 lists things you are all

Re: [netmod] Module updates in imported modules

2023-06-09 Thread Jan Lindblad
Andy, I think you have a lot of good points in this discussion, but here is one I don't quite understand. You state that the addition of leaf three in the 1.1.0 version of grouping A would be BC. 7950 sec 11 lists things you are allowed to do and still call your module BC. By which rule in sec

[netmod] Module updates in imported modules

2023-06-08 Thread Andy Bierman
Hi, It is not clear how the new drafts work for changes in imported groupings. This is a very common design pattern. module A { // version 1.0.0 grouping A { leaf one { type string; } leaf two { type string; } } } module A { // version 1.1.0 grouping A { l