diff options
author | Chirag Shah <chirag@cumulusnetworks.com> | 2020-02-06 04:19:09 +0100 |
---|---|---|
committer | Santosh P K <sapk@vmware.com> | 2020-04-16 17:26:36 +0200 |
commit | 93a6af756cdd981dc665cbca20979af08cfe8788 (patch) | |
tree | f4fbee72bdf87a3c1c49c6f9fedbda341120863e /.github | |
parent | yang: add operational data to frr-interface model (diff) | |
download | frr-93a6af756cdd981dc665cbca20979af08cfe8788.tar.xz frr-93a6af756cdd981dc665cbca20979af08cfe8788.zip |
yang: update zebra interface model
Modify interface config model
and add zebra specific interface state operational data.
augment /frr-interface:lib/frr-interface:interface:
+--rw zebra
+--rw ip-addrs* [address-family ip-prefix]
| +--rw address-family identityref
| +--rw ip-prefix ietf-inet-types:ip-prefix
| +--rw label? string
| +--rw ip4-peer? ietf-inet-types:ipv4-prefix
+--rw multicast? boolean
+--rw link-detect? boolean
+--rw shutdown? boolean
+--rw bandwidth? uint32
+--ro state
+--ro up-count? uint16
+--ro down-count? uint16
+--ro zif-type? identityref
+--ro ptm-status? string <disabled>
+--ro vlan-id? uint16
+--ro vni-id? vni-id-type
+--ro remote-vtep? ietf-inet-types:ipv4-address
+--ro mcast-group? ietf-routing-types:ipv4-multicast-group-address
Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions