-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion for OFPMatch class to OpenFlow 1.2/1.3 #12
Comments
Hi. It sounds good idea. |
I subscribed to the list (I'm receiving mails from this) and sent a patch today, but it did not showed on the list. |
The mailing list is open with some filters. You can post even if you don't subscribe. You sent a plan-text mail? |
Hi Fujita. It wasn't a plan-text. I was using the gmail default. Delivery to the following recipient has been delayed:
Message will be retried for 2 more day(s) Technical details of temporary failure: I will try to post using plain text. Sorry for the trouble! |
I posted using plan-text and the result was the same. I will try to contact the sourceforge lists suppport. |
Hello, I suspect that the address is wrong. 2013/4/12 Eder Leão Fernandes notifications@github.com
|
Hi, you are right. Thanks. I did a copy and paste from here https://github.com/osrg/ryu/blob/master/SubmittingPatches.rst |
Sorry about that. I've just sent a patch to fix it. Thanks! |
I am implementing a simple switch for OpenFlow 1.3 and I need to retrieve the in_port value from the match fields. To do that I need to search the list for the field (as the specification doesn't require ordered fields).
My suggestion is to have a dictionary instead of a list to ease the access to the fields, using the header as the key. Something like:
I implemented a patch for this. If you think it's good, or have suggestions, I can submit to the developer list.
The text was updated successfully, but these errors were encountered: