omadawn / njord

Java iRule Editor
2 stars 1 forks source link

Handle iRules for other Modules. #67

Open omadawn opened 12 years ago

omadawn commented 12 years ago

I'm pretty sure that the way I'm doing this I'm only ever going to get a list of LTM iRules. IE this won't work on a GTM.

Investigate and potentially correct.

Setting this to 0.9 since I should start there but realistically I don't require that it be done until 1.0. And I don't care if 0.8 is LTM only.

omadawn commented 12 years ago

1/2 way there.

Ok, so there actually only are two kinds of iRules LTM and GTM so that simplifies it a bit but still having some issues.

omadawn commented 11 years ago

So I was missing break statements in the switch in NjordFileLocation. The result was that for GTM iRules it would try and load the GTM iRule then try and find the exact same iRule under LTM context and of course fail. So GTM iRules might work now.