]> git.puffer.fish Git - matthieu/frr.git/commit
yang: add operational data to frr-interface model
authorChirag Shah <chirag@cumulusnetworks.com>
Wed, 5 Feb 2020 22:23:52 +0000 (14:23 -0800)
committerSantosh P K <sapk@vmware.com>
Thu, 16 Apr 2020 15:26:36 +0000 (08:26 -0700)
commit219dabe8d49f313f460c0eb9bae29c4a76ee1275
tree671f572bb3044fa5ed33654d93586df9fb515316
parentb0f502c5219fb58fc3131b6ed163fe6e3574218b
yang: add operational data to frr-interface model

module: frr-interface
  +--rw lib
     +--rw interface* [name vrf]
        +--rw name           string
        +--rw vrf            frr-vrf:vrf-ref
        +--rw description?   string
        +--ro state
           +--ro if-index?      int32
           +--ro mtu?           uint16
           +--ro mtu6?          uint32
           +--ro speed?         uint32
           +--ro metric?        uint32
           +--ro flags?         if-flags-type
           +--ro type?          identityref
           +--ro phy-address?   ietf-yang-types:mac-address

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
yang/frr-interface.yang