()
| 27 | } |
| 28 | |
| 29 | func NewIPTablesAction() *IPTablesAction { |
| 30 | return &IPTablesAction{} |
| 31 | } |
| 32 | |
| 33 | func (this *IPTablesAction) Init(config *firewallconfigs.FirewallActionConfig) error { |
| 34 | this.config = &firewallconfigs.FirewallActionIPTablesConfig{} |
no outgoing calls