You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example Leaf node definition ..
As per definition, you can set leaf node web-category to valid value when ../rule-type is equal to CON_WEB_CATEGORY.
pyangbind is not giving ValueError eventhough ../rule-type is not 'CON_WEB_CATEGORY'".
leaf web-category {
when "../rule-type='CON_WEB_CATEGORY'";
type ac-dpi:web-category-type;
description
"Web category.";
}
The text was updated successfully, but these errors were encountered:
Example Leaf node definition ..
As per definition, you can set leaf node web-category to valid value when ../rule-type is equal to CON_WEB_CATEGORY.
pyangbind is not giving ValueError eventhough ../rule-type is not 'CON_WEB_CATEGORY'".
leaf web-category {
when "../rule-type='CON_WEB_CATEGORY'";
type ac-dpi:web-category-type;
description
"Web category.";
}
The text was updated successfully, but these errors were encountered: