Hello Dear Beloved One,
We knew is very difficult for you to understand because you have been long
time waiting for your ATM Card all the time yet things didn’t work out to your
expectation but you have to understand that your file has not gotten to this
office, To this effect, the appropriate au
Signed-off-by: Alexander Wu
---
tests/ofp-print.at | 187
tests/ofproto.at | 25 +++
2 files changed, 212 insertions(+), 0 deletions(-)
diff --git a/tests/ofp-print.at b/tests/ofp-print.at
index 87d5da8..a8ca0a3 100644
--- a/tests/
Add some functions to init table features(use ofp13_* struct
currently, change it to ofputil later).
Use the encode/decode functions to handle table features request.
Currently we just implement GET table feature.
SET table feature may be a hard job, we'll do it later.
And now the cli we implem
Implement the encode/decode table features msgs function, and
NOTE that we implement the decode functions *_raw, maybe we
should change it the ofpbuf_pull?
Signed-off-by: Alexander Wu
---
lib/ofp-print.c | 128 +++-
lib/ofp-util.c | 646 +++
Add headers and function prototype for table features.
And modify the limits of mp-table-features msg
Signed-off-by: Alexander Wu
---
lib/ofp-msgs.h |4 +-
lib/ofp-util.h | 159
ofproto/ofproto-provider.h |3 +
3 file
Alexander Wu:
ofproto: Handle multipart table features get msg.
lib/ofp-msgs.h |4 +-
lib/ofp-print.c| 128 +-
lib/ofp-util.c | 646
lib/ofp-util.h | 159 +++
lib/rconn.c