mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-09 22:36:10 +02:00
packet_data_generator2: Generate OF1.3 packets where appropriate
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
c037915f44
commit
bd5d4c2841
@ -187,9 +187,9 @@ struct message {
|
||||
|
||||
const struct message messages[] = {
|
||||
M(packet_in,
|
||||
((const struct protocol_version *[]){&p15, NULL})),
|
||||
((const struct protocol_version *[]){&p13, &p15, NULL})),
|
||||
M(flow_mod,
|
||||
((const struct protocol_version *[]){&p15, NULL})),
|
||||
((const struct protocol_version *[]){&p13, &p15, NULL})),
|
||||
M(bundle_ctrl,
|
||||
((const struct protocol_version *[]){&p15, NULL})),
|
||||
M(bundle_add,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user