Open
Description
Text:
router isis LAB
<some lines removed>
flex-algo 128
priority 100
metric-type delay
advertise-definition
prefix-metric
!
Template: note that I define "priority" 999 so it does not match
<group name="routing.isis.LAB" default="MISSING">
router isis LAB {{ _start_ | _exact_ }}
<group name="fa128" default="MISSING">
flex-algo 128 {{ _start_ | _exact_ }}
priority {{ priority | equal('999') }}
metric-type {{ metric_type | equal('delay') }}
advertise-definition {{ advertise_definition | set('true') }}
prefix-metric {{ prefix_metric | set('true') }}
!{{ _end_ }}
</group>
<group name="LEFTOVER">
{{ LEFTOVER | _line_ | joinmatches }}
</group>
!{{ _end_ }}
</group>
Result is wrong, because all attributes processed after "priority" are also marked MISSING (although they are supposed to match)
fa128:
advertise_definition: MISSING
metric_type: MISSING
prefix_metric: MISSING
priority: MISSING
Metadata
Metadata
Assignees
Labels
No labels