parent
e016b4e9fa
commit
2729c5a5ee
3
rule.go
3
rule.go
|
@ -97,9 +97,6 @@ func (cc *Conn) GetRules(t *Table, c *Chain) ([]*Rule, error) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
// Carry over all Table attributes (including Family), as the Table
|
|
||||||
// object which ruleFromMsg creates only contains the name.
|
|
||||||
r.Table = t
|
|
||||||
rules = append(rules, r)
|
rules = append(rules, r)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue