Re: [Ryu-devel] header modification

2016-04-29 Thread Козлов Станислав Евгеньевич
, 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

[Ryu-devel] header modification

2016-04-29 Thread Randa Alani
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