Closed true-mccrew closed 3 years ago
It appears to be something to do with the nesting level of ltm pool
.
@true-mccrew looking at this issue this week
ACC 1.10 works nicely. No more
Please see output https://github.com/mdditt2000/f5-appsvcs-acc/tree/master/Github/6
Environment
Summary
Run converter on what looks to be reasonable input. Process hangs and has to be manually killed.
Steps To Reproduce
Steps to reproduce the behavior:
ltm profile http /Common/http_1234 {
app-service none
defaults-from http
}
ltm virtual /Common/virtual_1234 {
destination 10.10.10.10:80
ip-protocol tcp
mask 255.255.255.255
pool /Common/pool_1234
profiles {
/Common/http_1234 { }
tcp { }
}
}
Expected Behavior
Run to completion, generate reasonable output.
Actual Behavior
Process hangs, have to go to another window and
docker kill
it.