Skip to content

Commit

Permalink
fixed K8slbrp::delService
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoops committed Dec 27, 2021
1 parent c22009c commit bceefdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/pcn-k8slbrp/src/K8slbrp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ void K8slbrp::delService(const std::string &vip, const uint16_t &vport, const Se

auto service = getService(vip, vport, proto);

service->removeServiceFromKernelMap();
service->delBackendList();
service_map_.erase(key);
}

Expand Down

0 comments on commit bceefdf

Please sign in to comment.