, 2016 3:32 PM
To: '[email protected]'
Subject: [Ryu-devel] header modification
Dear all
I want the switch to inject the table active_count (number of active entries)
in the TCP window field for every TCP ACK packet.
I intend to do the following
flag = tcp.TCP
Dear all
I want the switch to inject the table active_count (number of active entries)
in the TCP window field for every TCP ACK packet.
I intend to do the following
flag = tcp.TCP_ACK
match = parser.OFPMatch(tcp_flags =flag)
Now, for the action, How could I put the table active_count (number