Ivan_383532
Feb 13, 2019Nimbostratus
Loading DLLs within iRules?
Hello,
Is it possible to load DLLs/SOs within I rules using the TCL load command? Something likewhen HTTP_REQUEST {
load [file join [pwd] mylib.DLL]
... call some function from mylib...
}
If it's possible, is there anything special that needs to be done about the functions in mylib.DLL? Would iRules be able to infer the different return types?
If it's not possible to load third-party DLLs, then is there some mechanism to access custom logic outside of the iRules?I found the answer here: