This module defines deviation statements for openconfig-openflow module.
Version: 2019-07-01
module cisco-xe-openconfig-openflow-deviation { yang-version 1; namespace "http://openconfig.net/yang/cisco-xe-openconfig-openflow-deviation"; prefix oc-of-devs; import cisco-semver { prefix cisco-semver; } import openconfig-system { prefix oc-sys; } import openconfig-openflow { prefix oc-of; } import ietf-yang-types { prefix yang; } organization "Cisco Systems, Inc."; contact " Cisco Systems, Inc. Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 Tel: +1 1800 553-NETS E-mail: cs-yang@cisco.com"; description "This module defines deviation statements for openconfig-openflow module."; revision "2019-07-01" { description "- Initial revision with semver - add range deviation for max-backoff and inactivity-probe"; } revision "2017-10-12" { description "Remove deviation for connected state leaf"; } revision "2017-09-26" { description "Remove deviation for failure-mode"; } revision "2017-08-03" { description "Add deviations to openconfig-openflow model"; } cisco-semver:module-version "1.1.0"; deviation /oc-sys:system/oc-of:openflow/oc-of:controllers/oc-of:controller/oc-of:connections/oc-of:connection/oc-of:config/oc-of:priority { description "Connection priority not implemented in IOS-XE"; deviate not-supported; } deviation /oc-sys:system/oc-of:openflow/oc-of:controllers/oc-of:controller/oc-of:connections/oc-of:connection/oc-of:state/oc-of:priority { description "Connection priority not implemented in IOS-XE"; deviate not-supported; } deviation /oc-sys:system/oc-of:openflow/oc-of:controllers/oc-of:controller/oc-of:connections/oc-of:connection/oc-of:config/oc-of:source-interface { description "Source Interface not implemented in IOS-XE"; deviate not-supported; } deviation /oc-sys:system/oc-of:openflow/oc-of:controllers/oc-of:controller/oc-of:connections/oc-of:connection/oc-of:state/oc-of:source-interface { description "Source Interface not implemented in IOS-XE"; deviate not-supported; } deviation /oc-sys:system/oc-of:openflow/oc-of:controllers/oc-of:controller/oc-of:connections/oc-of:connection/oc-of:config/oc-of:enable-ports { description "Enable Ports not implemented in IOS-XE"; deviate not-supported; } deviation /oc-sys:system/oc-of:openflow/oc-of:controllers/oc-of:controller/oc-of:connections/oc-of:connection/oc-of:state/oc-of:enable-ports { description "Enable Ports not implemented in IOS-XE"; deviate not-supported; } deviation /oc-sys:system/oc-of:openflow/oc-of:agent/oc-of:config/oc-of:backoff-interval { deviate replace { type uint32 { range "1..65535"; } } } deviation /oc-sys:system/oc-of:openflow/oc-of:agent/oc-of:state/oc-of:backoff-interval { deviate replace { type uint32 { range "1..65535"; } } } deviation /oc-sys:system/oc-of:openflow/oc-of:agent/oc-of:config/oc-of:max-backoff { deviate replace { type uint32 { range "1..65535"; } } } deviation /oc-sys:system/oc-of:openflow/oc-of:agent/oc-of:state/oc-of:max-backoff { deviate replace { type uint32 { range "1..65535"; } } } deviation /oc-sys:system/oc-of:openflow/oc-of:agent/oc-of:config/oc-of:inactivity-probe { deviate replace { type uint32 { range "5..65535"; } } } deviation /oc-sys:system/oc-of:openflow/oc-of:agent/oc-of:state/oc-of:inactivity-probe { deviate replace { type uint32 { range "5..65535"; } } } } // module cisco-xe-openconfig-openflow-deviation
© 2023 YumaWorks, Inc. All rights reserved.