Skip to content
Snippets Groups Projects
Commit 254a1181 authored by Gregor Maier's avatar Gregor Maier
Browse files

Don't use vlans from devices. Use explicitly specified VLAN. BVS-187

parent 04e6b8d7
No related branches found
No related tags found
No related merge requests found
......@@ -52,11 +52,7 @@ public class FCQueryObj {
if (vlan != null) {
this.vlans = new Short[] { vlan };
} else {
if (srcDevice != null) {
this.vlans = srcDevice.getVlanId();
} else if (dstDevice != null) {
this.vlans = dstDevice.getVlanId();
}
this.vlans = null;
}
}
......
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