Hi Linda, For your first question, it seems like Gabriel does not like to modify their code to let NSF-Facing Interface data module import ikev2 and ietf-ipsec (i.e., ike-less) according to IETF YANG conventions such as TLS, SSH, IDS, and ACL. In our data models, we will specify whether an NSF supports an IPsec configuration mechanism (IKEv2 or IKEless), or does not support any IPsec configuration mechanism. That is, our data models assume that the actual IPsec configuration will be handled by Rafa's IPsec module through NETCONF, and our I2NSF interfaces will do nothing related to the IPsec configuration.
For your second question, "ietf-ipsec" is the same as "ipsec-ikeless". Thanks. Best Regards, Paul On Sat, May 18, 2019 at 6:28 AM Linda Dunbar <[email protected]> wrote: > Paul, > > > > If you simply want to import the “ikev2” and “ietf-ipsec” to NSF-Facing > Interface data model, can the new code be the following? > > > > > > ########### Modified Code ############# > > > > grouping ikev2 { > > ... > > } > > > > grouping ietf-ipsec { > > ... > > } > > ######## > > > > > > By the way “ietf-ipsec” is not same as “ipsec-ikeless”, is it? > > > > > > Linda > > > > *From:* Mr. Jaehoon Paul Jeong [mailto:[email protected]] > *Sent:* Thursday, May 09, 2019 9:02 AM > *To:* [email protected]; Gabriel Lopez <[email protected]>; > [email protected] > *Cc:* Linda Dunbar <[email protected]>; Yoav Nir < > [email protected]>; [email protected]; [email protected]; > Mr. Jaehoon Paul Jeong <[email protected]> > *Subject:* Re: [I2nsf] WGLC and IPR poll for > draft-ietf-i2nsf-sdn-ipsec-flow-protection-04 > > > > Hi Authors: Rafa, Gabriel, and Fernando, > > > > I have a request to let your authors revise i2nsf ipsec draft > > (draft-ietf-i2nsf-sdn-ipsec-flow-protection-04) > > in order to conform to our i2nsf interface data models. > > For your YANG data module to be used in our NSF-Facing Interface data > model through import, > > your YANG data module needs some modification as follows. > > > > ########### Original Code ############# > > container ikev2 { > > .... > > } > > > > container ietf-ipsec { > > .... > > } > > > > ########### Modified Code ############# > > > > grouping ipsec-ike { > > ... > > } > > > > grouping ipsec-ikeless { > > ... > > } > > > > container ikev2 { > > description "Configure the IKEv2 software"; > > uses ipsec-ike; > > } > > > > container ietf-ipsec { > > description "IPsec configuration"; > > uses ipsec-ikeless; > > } > > > > With your modification, my SKKU team will modify our YANG data models > > to accommodate your ipsec data model. > > > > If you have any questions, please let me know. > > > > Thank you. > > > > Best Regards, > > Paul > > > > On Wed, Apr 17, 2019 at 11:54 PM Linda Dunbar <[email protected]> > wrote: > > Hello Working Group, > > > > This email starts a four weeks Working Group Last Call on > draft-ietf-i2nsf-sdn-ipsec-flow-protection-04. > > This poll runs until May 15, 2019. > > > > Authors: please update the draft per the comments and suggestions from > YANG Doctors. > > > > We are also polling for knowledge of any undisclosed IPR that applies to > this Document, to ensure that IPR has been disclosed in compliance with > IETF IPR rules (see RFCs 3979, 4879, 3669 and 5378 for more details). > > If you are listed as an Author or a Contributor of this Document please > respond to this email and indicate whether or not you are aware of any > relevant undisclosed IPR. The Document won't progress without answers from > all the Authors and Contributors. > > > > If you are not listed as an Author or a Contributor, then please > explicitly respond only if you are aware of any IPR that has not yet been > disclosed in conformance with IETF rules. > > > > > > Thank you. > > > > Yoav & Linda > > _______________________________________________ > I2nsf mailing list > [email protected] > https://www.ietf.org/mailman/listinfo/i2nsf > > > > > -- > > =========================== > Mr. Jaehoon (Paul) Jeong, Ph.D. > Associate Professor > Department of Software > Sungkyunkwan University > Office: +82-31-299-4957 > Email: [email protected], [email protected] > Personal Homepage: http://iotlab.skku.edu/people-jaehoon-jeong.php > <http://cpslab.skku.edu/people-jaehoon-jeong.php> > -- =========================== Mr. Jaehoon (Paul) Jeong, Ph.D. Associate Professor Department of Software Sungkyunkwan University Office: +82-31-299-4957 Email: [email protected], [email protected] Personal Homepage: http://iotlab.skku.edu/people-jaehoon-jeong.php <http://cpslab.skku.edu/people-jaehoon-jeong.php>
_______________________________________________ I2nsf mailing list [email protected] https://www.ietf.org/mailman/listinfo/i2nsf
