-
Notifications
You must be signed in to change notification settings - Fork 735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adv 802dot11 channel #526
Adv 802dot11 channel #526
Conversation
pulling new changes
^\s+Maximum | ||
^\s+Channel\sDwell\sTimes | ||
^\s+802\.11a\s5\sGHz\sAuto\-RF Channel Lists*$$ | ||
^.*Allowed\sChannel\sList\.*\s${DCA_CHANNELS}s*$$ -> Channels |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This attempts to capture allowed channels on both 5 and 4.9Ghz.
I would say that we'd want to capture those in separate variables and then post process them in needed.
This would be to do state transitions on L37 instead of L38 and separate variables.
Ok I separated out the 5GHz channels. I didn't create separate variables for the 4.9GHz channels as those are not used |
ISSUE TYPE
COMPONENT
cisco_wlc_ssh_show_advanced_802.11a_channel.template, .*, cisco_wlc_ssh, show advanced 802.11a channel
SUMMARY