netmod-wg / yang-next

Feature requests for future versions of YANG
6 stars 0 forks source link

Allow "input/output" to be defined without any child data nodes #106

Open rgwilton opened 4 years ago

rgwilton commented 4 years ago

Change the ABNF to allow an input and output statements to be defined without any data nodes (e.g. in the case that models are expected to augment the input/output statement).

Netmod thread (covering the input statement case): https://mailarchive.ietf.org/arch/browse/netmod/?q=RFC%208349%20action%20input%20augment

abierman commented 1 week ago

Need clarification that input and output always exist in the schema tree. Implementations already do this so augment will work. This is an omission.

Must Do