Skip to content

Commit d9b4384

Browse files
chore: address comments
1 parent 6385042 commit d9b4384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cns/restserver/nodesubnet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
var _ nodesubnet.IPConsumer = &HTTPRestService{}
1515

16-
// Implement the UpdateIPsForNodeSubnet method for HTTPRestService
16+
// UpdateIPsForNodeSubnet updates the IP pool of HTTPRestService with newly fetched secondary IPs
1717
func (service *HTTPRestService) UpdateIPsForNodeSubnet(secondaryIPs []netip.Addr) error {
1818
secondaryIPStrs := make([]string, len(secondaryIPs))
1919
for i, ip := range secondaryIPs {

0 commit comments

Comments
 (0)