public
public copied to clipboard
Wrong XPATH in openconfig-network-instance
Line 302 and 320 openconfig-network-instance.yang:
uses l2ni-encapsulation-config {
when "./config/type = 'L2VSI' or ./config/type = 'L2P2P'
or ./config/type = 'L2L3'" {
should be
uses l2ni-encapsulation-config {
when "../../config/type = 'L2VSI' or ../../config/type = 'L2P2P'
or ../../config/type = 'L2L3'" {