Re: [ovs-dev] datapath flow will match packet's tll when we use dec_ttl in action

2019-06-07 Thread Ben Pfaff
On Wed, May 29, 2019 at 08:26:12PM +0800, ychen wrote: > hi, >when I send IP packets with ttl in IP header is random in range(1-255), > and with all other IP header fields stay not changed > but generated 255 datapath flows each with different ttl value. > of course, i use the action

[ovs-dev] datapath flow will match packet's tll when we use dec_ttl in action

2019-05-29 Thread ychen
hi, when I send IP packets with ttl in IP header is random in range(1-255), and with all other IP header fields stay not changed but generated 255 datapath flows each with different ttl value. of course, i use the action dec_ttl, here is code: case OFPACT_DEC_TTL: