Remove SaveAll from iptables interface

This commit is contained in:
Wojciech Tyczynski
2017-05-18 11:35:49 +02:00
parent 151846db80
commit 028ac8034b
4 changed files with 0 additions and 83 deletions

View File

@@ -78,10 +78,6 @@ func (f *FakeIPTables) Save(table iptables.Table) ([]byte, error) {
return lines, nil
}
func (*FakeIPTables) SaveAll() ([]byte, error) {
return make([]byte, 0), nil
}
func (*FakeIPTables) Restore(table iptables.Table, data []byte, flush iptables.FlushFlag, counters iptables.RestoreCountersFlag) error {
return nil
}