vpcagent: ovn: mark and sweep dns records

This commit is contained in:
Yousong Zhou
2020-06-03 18:25:59 +08:00
parent 01f53df8c3
commit d51791396f
+2
View File
@@ -521,6 +521,7 @@ func (keeper *OVNNorthboundKeeper) Mark(ctx context.Context) {
&db.ACL,
&db.DHCPOptions,
&db.QoS,
&db.DNS,
}
for _, itbl := range itbls {
for _, irow := range itbl.Rows() {
@@ -538,6 +539,7 @@ func (keeper *OVNNorthboundKeeper) Sweep(ctx context.Context) error {
&db.LogicalSwitch,
&db.LogicalRouter,
&db.DHCPOptions,
&db.DNS,
}
var irows []types.IRow
for _, itbl := range itbls {