mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Ticket: CM-1438 Reviewed By: Testing Done: This patch adds support for mako style templates. Example: % for v in [20,30,40]: auto vlan${v} iface vlan${v} inet static address 10.20.${v}.3/24 mstpctl_ports glob swp1-52.${v} mstpctl_stp on % endfor open items: - currently templates will only work if python-mako is installed (Its apt-gettable from debian wheezy).