public icon indicating copy to clipboard operation
public copied to clipboard

Wrong XPATH in openconfig-network-instance

Open marcushoff opened this issue 3 years ago • 0 comments

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'" {

marcushoff avatar Nov 17 '21 11:11 marcushoff