summaryrefslogtreecommitdiff
path: root/gen-interface-templates.pl
AgeCommit message (Collapse)Author
2012-05-15No need to have vrrp specific interface templates anymoreJohn Southworth
2011-12-02Add vrrp interface parameters for bonding vifsJohn Southworth
2011-12-01generate firewall templates for vrrp interfacesJohn Southworth
2011-11-03Add support for vif on pseudo-ethernetStephen Hemminger
2010-12-06Fix help text for firewall interface rulesStephen Hemminger
Bug 6111 Don't use "Set inbound" instead use "Inbound"
2010-12-03Fix help text in generated templatesStephen Hemminger
Do not use verb (Set) in help text. Do not put date on generated templates (no useful value).
2010-08-16remove low-level config dir usageAn-Cheng Huang
2010-04-16add input interface templatesStephen Hemminger
2009-12-07Add VIF for wireless templatesStephen Hemminger
2009-08-20Add templates for wireless devicesStephen Hemminger
2009-07-10remove pseudo-ethernet vifStephen Hemminger
(cherry picked from commit 8e62427eda81ce7c0f88c4f815a4ca7e3e891e11)
2009-05-28Bugfix 4462: Fix typo in interface name references.Bob Gilligan
2009-04-29Rename virtual-ethernet to pseudo-ethernetStephen Hemminger
2009-04-24bugfix 4297: Don't allow modify rulesets on local traffic.Bob Gilligan
2009-04-24Add support for virtual-ethernetStephen Hemminger
2009-03-31Remove extra carriage return that was breaking the generated firewallStig Thormodsrud
template.
2009-03-30Cleanup perl code that generates templatesStephen Hemminger
1. Check for errors in open/mkdir 2. Use mkdir_p in perl rather than calling system 3. Use Perl Best Practices style 3 arg open 4. Put less blank lines in templates 5. reindent with perltidy 6. turn on warnings
2009-03-10Bugfix 4203: Name of template should be classical-ipoa, not classical_ipoaBob Gilligan
2009-03-09Automatically generate more per-interface firewall templates.Bob Gilligan
Added code to generate at build time the templates for: bridge, openvpn, multilink, serial, and wirelessmodem interfaces.
2009-03-03Fix generated templates for ethernet vifs.Bob Gilligan
2009-02-24Allow IPv6 firewall rulesets to be configured on an interface independent of ↵Bob Gilligan
IPv4. Replaced the hand-coded config templates under each type of interface with script-generated templates. This should be easier to maintain as we add new types of interfaces. Added sub-trees for "modify", "ipv6-name" and "ipv6-modify" under "in", "out" and "local" for all interfaces. Added command-completion for ruleset names being configured on an interface.