Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

get_licensed_modules returns duplicated modules #31

Open
alonsocamaro opened this issue Jun 21, 2016 · 2 comments
Open

get_licensed_modules returns duplicated modules #31

alonsocamaro opened this issue Jun 21, 2016 · 2 comments

Comments

@alonsocamaro
Copy link

Hi

I found that get_licensed modules might return the same module more than once. I attach a valid bigip.license where this happens for the afm module. The afm module is echoed twice. A log file is also attached.

Thanks

   Ulises

licensed_modules.txt
bigip_license.txt

@pjbreaux
Copy link
Contributor

Looks like the bug might be evident in this line + enabled_modules='dnsgtm afw afm '

It appears that if afw is seen as a module, it is reassigned to afm:

case $module in wo@(c|m)) module="wom" ;; wa?(m)) module="wam" ;; af@(m|w)) module="afm" ;; am) module="apm" ;; esac

@alonsocamaro
Copy link
Author

alonsocamaro commented Jun 21, 2016 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants