Re: [ovs-discuss] Match only the upper 3 bits of dscp field

2017-06-28 Thread Matthias May
On 27/06/17 23:40, Ben Pfaff wrote: > On Tue, Jun 20, 2017 at 02:16:36PM +0200, Matthias May wrote: >> Hi >> >> I need to modify the tos field of ipv4 frames. >> The rule I currently have for this looks something like: >> ovs-ofctl add-flow br0-wlan0 "table=20 priority=100 dl_type=0x0800 nw_tos=32

Re: [ovs-discuss] Match only the upper 3 bits of dscp field

2017-06-27 Thread Ben Pfaff
On Tue, Jun 20, 2017 at 02:16:36PM +0200, Matthias May wrote: > Hi > > I need to modify the tos field of ipv4 frames. > The rule I currently have for this looks something like: > ovs-ofctl add-flow br0-wlan0 "table=20 priority=100 dl_type=0x0800 nw_tos=32 > actions=mod_nw_tos:224" > > I only wan

[ovs-discuss] Match only the upper 3 bits of dscp field

2017-06-20 Thread Matthias May
Hi I need to modify the tos field of ipv4 frames. The rule I currently have for this looks something like: ovs-ofctl add-flow br0-wlan0 "table=20 priority=100 dl_type=0x0800 nw_tos=32 actions=mod_nw_tos:224" I only want to match the upper most 3 bits of the DSCP field. This rule as it is has th