【发布时间】:2019-08-29 04:46:26
【问题描述】:
我有这个简单的阳模型
leaf type {
type string;
description "some description";
}
这不起作用。有人可以解释一下字符串 'type' 是否对 yang 中的叶子名称无效?
【问题讨论】:
-
pyang 认为它是有效的叶子值。
-
尝试将参数括在引号中作为一种潜在的解决方法。阻止使用此类参数的工具不符合 RFC7950/RFC6020。
标签: ietf-netmod-yang