Deviations for ietf-network model.
Version: 2021-01-15
module huawei-ietf-routing-deviations-NE8000M8M14 { yang-version 1.1; namespace "urn:huawei:yang:huawei-ietf-routing-deviations-NE8000M8M14"; prefix rt-devs-NE8000M8M14; import ietf-routing { prefix rt; } import huawei-extension { prefix ext; } organization "Huawei Technologies Co., Ltd."; contact "Huawei Industrial Base Bantian, Longgang Shenzhen 518129 People's Republic of China Website: http://www.huawei.com Email: support@huawei.com"; description "Deviations for ietf-network model."; revision "2021-01-15" { description "Initial revision."; reference "Huawei private."; } ext:deviation-ext "/rt:routing/rt:control-plane-protocols/rt:control-plane-protocol" { ext:deviate-ext "add" { ext:generated-by "system" { when "./name = 'default'"; description "The default protocol is generated automatically."; } } } deviation /rt:routing/rt:router-id { deviate not-supported; } deviation /rt:routing/rt:interfaces { deviate not-supported; } deviation /rt:routing/rt:control-plane-protocols/rt:control-plane-protocol/rt:name { deviate replace { type string { length "1..10"; } } } deviation /rt:routing/rt:control-plane-protocols/rt:control-plane-protocol/rt:description { deviate not-supported; } deviation /rt:routing/rt:control-plane-protocols/rt:control-plane-protocol/rt:name { deviate add { must "((../type='rt:static' or ../type='rt:direct') and ../name='default')"; } } deviation /rt:routing/rt:ribs { deviate not-supported; } deviation /rt:routing-state { deviate not-supported; } } // module huawei-ietf-routing-deviations-NE8000M8M14
© 2023 YumaWorks, Inc. All rights reserved.