diff options
Diffstat (limited to 'v3po/api')
-rw-r--r-- | v3po/api/src/main/yang/v3po@2018-10-08.yang | 88 |
1 files changed, 0 insertions, 88 deletions
diff --git a/v3po/api/src/main/yang/v3po@2018-10-08.yang b/v3po/api/src/main/yang/v3po@2018-10-08.yang index a4ebd7f07..844390de7 100644 --- a/v3po/api/src/main/yang/v3po@2018-10-08.yang +++ b/v3po/api/src/main/yang/v3po@2018-10-08.yang @@ -48,14 +48,6 @@ module v3po { See the License for the specific language governing permissions and limitations under the License."; - revision "2018-11-28" { - description - "Revision changes: - - adds notification for interface statistics - - adds capture-time to vpp-interface-statistics-augmentation - - adds boolean flag statistics-enabled to interface"; - } - revision "2018-10-08" { description "Revision changes: @@ -831,24 +823,6 @@ module v3po { } } - augment /if:interfaces/if:interface { - ext:augment-identifier "vpp-interface-stats-collection-augmentation"; - container statistics-collection { - leaf statistics-enabled { - type boolean; - } - } - } - - augment /if:interfaces-state/if:interface { - ext:augment-identifier "vpp-interface-state-stats-collection-augmentation"; - container statistics-collection { - leaf statistics-enabled { - type boolean; - } - } - } - augment /if:interfaces-state/if:interface { ext:augment-identifier "vpp-interface-state-augmentation"; @@ -927,9 +901,6 @@ module v3po { leaf out-discards-fifo-full { type yang:counter64; } - leaf capture-time { - type yang:date-and-time; - } } container bridge-domains-state { @@ -970,65 +941,6 @@ module v3po { } } - notification interface-statistics-change { - leaf discontinuity-time { - type yang:date-and-time; - mandatory true; - } - - leaf in-octets { - type yang:counter64; - } - - leaf in-unicast-pkts { - type yang:counter64; - } - - leaf in-broadcast-pkts { - type yang:counter64; - } - - leaf in-multicast-pkts { - type yang:counter64; - } - - leaf in-discards { - type yang:counter32; - } - - leaf in-errors { - type yang:counter32; - } - - leaf in-unknown-protos { - type yang:counter32; - } - - leaf out-octets { - type yang:counter64; - } - - leaf out-unicast-pkts { - type yang:counter64; - } - - leaf out-broadcast-pkts { - type yang:counter64; - } - - leaf out-multicast-pkts { - type yang:counter64; - } - - leaf out-discards { - type yang:counter32; - } - - leaf out-errors { - type yang:counter32; - } - } - notification interface-state-change { leaf name { type interface-name-or-index; |