Symptoms
iRules Language Extension (ILX) Plugin Debug settings are now configured using plugin.extension.command-options. This causes upgrade issues for those who were using ILX prior to version 12.1.0.
Impact
The configuration fails to load after upgrade to 12.1.0.
Conditions
This issue occurs when ILX plugin extension debug-mode was enabled in the configuration prior to upgrading to version 12.1.0.
Workaround
To enable debug-mode see the tmsh ILX plugin help page and configure debug settings via plugin.extension.command-options.
As an example:
tmsh modify ilx plugin <name> extensions { <name> { command-options add { --debug=4321 } } }
- For more information see the Debugging section in the tmsh help page or tmsh reference guide for the 'ilx plugin' component.