Tag Archives: scripts

Config Templates Take 3 (22 of 30)

This is the 3rd part of a series of post’s on developing a Config Template tool, click this link to follow the whole series of post’s.

Sometimes the template system can only take you so far, and you have to get down to regular programming. The HTML::Template system will at least let you send the configs within the same tmpl file as a variable. In this example we let the user input ip networks in a form, and then split it up, however many times you put IPs in and put it into a wildcard networks.… Read more