Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminLudwigSAP committed Jul 10, 2024
1 parent 040887b commit ca627cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octavia_f5/controller/worker/tasks/f5_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def execute(self, bigip: bigip_restclient.BigIPRestClient,
res.raise_for_status()
return res.json()

# Otherwise update existing subnet route (if our route isn't a subset)
# Otherwise update existing selfip (if our selfip isn't a subset)
device_selfip = device_response.json()
if not selfip.items() <= device_selfip.items():
res = bigip.patch(path='/mgmt/tm/net/self/{}'.format(device_selfip['name']),
Expand Down

0 comments on commit ca627cf

Please sign in to comment.