flowvisor icon indicating copy to clipboard operation
flowvisor copied to clipboard

Need to munge all ofp_phy_port structures

Open billsnow opened this issue 13 years ago • 0 comments

Status: Open Project: Flowvisor Component/s: Core Affects Version/s: 0.7.2 Fix Version/s: Long Term

Type: Improvement Priority: Minor Reporter: Nick Bastin Assignee: Rob Sherwood Resolution: Unresolved Votes: 0 Labels: None Remaining Estimate: Not Specified Time Spent: Not Specified Original Estimate: Not Specified

Description
Since we now maintain a set of flood ports for each guest, we should munge the ofp_phy_port structs passing from switch to guest to reflect the local versions port statuses.

Comments
Comment by Rob Sherwood [ 04/Jul/11 ] This is a little bit of a red herring or a lot of work. Use case: controller A sends down a port_mod message marking port 5 as "administrively down". Currently, we don't properly block those messages, so the port will actually go down for all slices (!!). But, one could imagine capturing that message, and making the port virtually "disappear" for just that slice. In that case, when a message that includes these status bits (e.g., port_status, features_reply) should similarly be modified to better maintain the virtualization for the flowvisor.

Original issue: https://openflow.stanford.edu/bugs/browse/FLOWVISOR-10

billsnow avatar Oct 08 '12 22:10 billsnow