Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi all,I'm new to yang and trying to define a MUST statement with or. However, when performing package reload, error message'must' expression "contains(current(),'0400' or '0401')" failed. Can you use or as described in RFC6020? If yes, then please l...
I tried following configuration and that worked:list gwan-devices { key device-name; leaf device-name { type leafref { path "/ncs:devices/ncs:device/ncs:name"; } must "contains(current(),'0400') or contains(cur...