You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that OpenFlow 0x04 and OpenFlow 0x01 have divergent and overlapping coverage for switch capabilities.
for example, 0x01 has SwitchFeatures.Capabilities while 0x04 has both Capabilities and uses types for OpenFlow0x04_Core (flow_stats, table_stats, etc.)
basically, the work to migrate 0x04 to the 0x01-style SwitchFeatures was not completed for the Capabilities elements.
cheers,
Andrew
The text was updated successfully, but these errors were encountered:
I have to confess, I don't understand capabilities at all... but I think
you have some expertise at Brown ;-)
#Serious
Thanks for all the bug reports. We're in super lock down deadline mode
until next week.
On Mon, Nov 11, 2013 at 12:49 PM, Andrew Ferguson [email protected]:
hey all,
I noticed that OpenFlow 0x04 and OpenFlow 0x01 have divergent and
overlapping coverage for switch capabilities.
for example, 0x01 has SwitchFeatures.Capabilities while 0x04 has both
Capabilities and uses types for OpenFlow0x04_Core (flow_stats, table_stats,
etc.)
basically, the work to migrate 0x04 to the 0x01-style SwitchFeatures was
not completed for the Capabilities elements.
cheers,
Andrew
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/19
.
hey all,
I noticed that OpenFlow 0x04 and OpenFlow 0x01 have divergent and overlapping coverage for switch capabilities.
for example, 0x01 has SwitchFeatures.Capabilities while 0x04 has both Capabilities and uses types for OpenFlow0x04_Core (flow_stats, table_stats, etc.)
basically, the work to migrate 0x04 to the 0x01-style
SwitchFeatures
was not completed for the Capabilities elements.cheers,
Andrew
The text was updated successfully, but these errors were encountered: