Skip to content

Commit

Permalink
Fix irule for oneconnect profile (#3381)
Browse files Browse the repository at this point in the history
  • Loading branch information
arzzon committed Apr 24, 2024
1 parent 2bdfed8 commit 2457480
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Added Functionality
* CRD
Bug Fixes
````````````
* `Issue 3371 https://github.com/F5Networks/k8s-bigip-ctlr/issues/3371`_: CIS added irules cannot have "event disable all"


2.16.1
-------------
Expand Down
4 changes: 2 additions & 2 deletions pkg/controller/routing.go
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ func (ctlr *Controller) getPathBasedABDeployIRule(rsVSName string, partition str
if {$selected_pool != ""} then {
pool $selected_pool
persist %v $persist_key %v
event disable
return
}
}
}`, persistenceType, persistenceType, multiPoolPersistence.TimeOut)
Expand All @@ -771,7 +771,7 @@ func (ctlr *Controller) getPathBasedABDeployIRule(rsVSName string, partition str
set selected_pool [call select_ab_pool $path ""]
if {$selected_pool != ""} then {
pool $selected_pool
event disable
return
}
}`)
}
Expand Down

0 comments on commit 2457480

Please sign in to comment.