clicon / clixon-controller

Clixon network controller
Apache License 2.0
13 stars 4 forks source link

Handle device features #131

Open olofhagsand opened 1 week ago

olofhagsand commented 1 week ago

Devices may have enabled features in their YANG which the controller does not support. This may lead to errors in the handling of a device YANG, in if-feature statements, where the controller assumes all such statements are false. Devices announce features in their yang-lib state. However, the controller at this time does not query yang-lib, only netconf monitoring state (which is translated to yang-lib module-set).