liposs

Results 3 issues of liposs

I noticed that the following code in the documentation is NOT providing the correct output: ``` template_1 = """ interface FastEthernet2.13 description Customer CPE interface ip address 10.12.13.1 255.255.255.0 vrf...

It seems that the cider_match is not checking all subnets in the list from the file but ONLY the last one: ``` interface Lo4 ip address 4.4.4.4 32 ! interface...

Here's a sample of something that works well: Template: ``` vlan 1234 name some_vlan vlan 5678 vlan 910 name one_more vlan 777 vlan {{ vlan }} name {{ name }}...