Skip to content
Snippets Groups Projects
Commit ef75095f authored by Robert Ricci's avatar Robert Ricci
Browse files

Add some robustness: Be more paranoid about trusing the switch's

return value on VLAN creation. If it reports success, we look for the
VLAN with findVlan(), to make sure it's really there. We retry a
couple times if it didn't work. This will add a small (sub-second)
time penalty per VLAN created.

We ran into one instance, that we've noticed, where the switch
reported that VLAN creation succeeded, but the VLAN did not actually
get created on the switch.
parent d6547f36
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment