Skip to content
Snippets Groups Projects
Commit 15712fdf authored by Srinivasan Ramasubramanian's avatar Srinivasan Ramasubramanian Committed by Saurav Das
Browse files

[BVS-486] getPortType will default to UPLINK ports for BigSwitchOVS. The...

[BVS-486] getPortType will default to UPLINK ports for BigSwitchOVS.  The autoportfast detection is performed only in BSNOVS and Xenon switches.
parent ce387c3f
No related branches found
No related tags found
No related merge requests found
......@@ -600,12 +600,6 @@ public interface IOFSwitch {
*/
public boolean isFastPort(short port_num);
/**
* Retun a list of uplink port (for virtual switches only)
* @return
*/
public List<Short> getUplinkPorts();
/**
* Return whether write throttling is enabled on the switch
*/
......
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