IETF-OPSAWG-WG / lxnm

L3 VPN Yang Model
8 stars 11 forks source link

reuse status nodes from vpn-common #369

Closed boucadair closed 2 years ago

boucadair commented 2 years ago

I suggest we reuse the service-status grouping from vpn-common:

OLD:

          +--rw admin-status?               boolean
          +--rw oper-status?                boolean

NEW:

          +--rw status
          |  +--rw admin-status
          |  |  +--rw status?        identityref
          |  |  +--rw last-change?   yang:date-and-time
          |  +--ro oper-status
          |     +--ro status?        identityref
          |     +--ro last-change?   yang:date-and-time