Symptom
When ip prefix list with le/ge options is configured using template, the setting is split.
If ip-prefix aaa,bbb,ccc,ddd/24 ge 26 le 28 is configured, it is split as follows.
ip prefix-list OSPF permit aaa,bbb,ccc,ddd/24 ge 26
ip prefix-list OSPF permit aaa,bbb,ccc,ddd/24 le 28
Conditions
When ip prefix list with le/ge options is configured using template
Workaround
When it is configured in CLI config-transaction. it is not split.