Skip to content

Commit

Permalink
vpcagent: ovn: mark and sweep dns records
Browse files Browse the repository at this point in the history
  • Loading branch information
yousong committed Jun 3, 2020
1 parent 01f53df commit d517913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/vpcagent/ovn/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand All @@ -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 {
Expand Down

0 comments on commit d517913

Please sign in to comment.