If a device advertises feature compliance in a model 'x' that is imported by model 'y', these features must be considered by YDK when validating the yang models.
Current behavior
Currently, because the features from hello message capabilities are not correctly parsed, something like the below error occurs
ydk.errors.YCoreError: YCodecError:Unknown element "ipsec".. Path: /Cisco-IOS-XE-native:native/interface/Tunnel[name='1']/Cisco-IOS-XE-tunnel:tunnel/protection/Cisco-IOS-XE-crypto:ipsec
or
YError: YCodecError:Unknown element "bundle-name".. Path: /Cisco-IOS-XE-native:native/multilink/Cisco-IOS-XE-ppp:bundle-name
If a device advertises feature compliance in a model 'x' that is imported by model 'y', these features must be considered by YDK when validating the yang models.
Current behavior
Currently, because the features from hello message capabilities are not correctly parsed, something like the below error occurs
or