File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -685,7 +685,7 @@ module frr-isisd {
685
685
type uint32 {
686
686
range "0..16777215" ;
687
687
}
688
- must ". < 64 or /frr-isisd:isis/instance[area-tag = current()/../../area-tag]/metric-style = 'wide' or not( /frr-isisd:isis/instance[area-tag = current()/../../area-tag]/metric-style) " ;
688
+ must ". < 64 or not( /frr-isisd:isis/instance[area-tag = current()/../../area-tag]/metric-style) or /frr-isisd:isis/instance[area-tag = current()/../../area-tag]/metric-style != 'narrow' " ;
689
689
default "10" ;
690
690
description
691
691
"Default level-1 metric for this IS-IS circuit." ;
@@ -695,7 +695,7 @@ module frr-isisd {
695
695
type uint32 {
696
696
range "0..16777215" ;
697
697
}
698
- must ". < 64 or /frr-isisd:isis/instance[area-tag = current()/../../area-tag]/metric-style = 'wide' or not( /frr-isisd:isis/instance[area-tag = current()/../../area-tag]/metric-style) " ;
698
+ must ". < 64 or not( /frr-isisd:isis/instance[area-tag = current()/../../area-tag]/metric-style) or /frr-isisd:isis/instance[area-tag = current()/../../area-tag]/metric-style != 'narrow' " ;
699
699
default "10" ;
700
700
description
701
701
"Default level-2 metric for this IS-IS circuit." ;
You can’t perform that action at this time.
0 commit comments