File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Bug Fixes
3030* :issues: `460 ` - Remove risk that pools will update with wrong members after a node update (NodePort mode).
3131* :issues: `428 ` - Controller writes unnecessary updates when no config changes occurred.
3232* :issues: `506 ` - Controller stops updating BIG-IP after an exception occurs in the python driver.
33- * Corrected a comparison problem in CCCL that caused unnecessary updates for BIG-IP Virtual Server resources.
33+ * :cccl-issue: ` 198 ` - Corrected a comparison problem in CCCL that caused unnecessary updates for BIG-IP Virtual Server resources.
3434
3535Limitations
3636```````````
Original file line number Diff line number Diff line change 9090
9191# External links
9292extlinks = {'issues' : ('https://github.com/F5Networks/k8s-bigip-ctlr/issues/%s' ,
93+ 'issue ' ),
94+ 'cccl-issue' : ('https://github.com/f5devcentral/f5-cccl/issues/%s' ,
9395 'issue ' )}
9496
9597# Substitutions
You can’t perform that action at this time.
0 commit comments