Re: [Ryu-devel] add a constant to a packet header field

2018-11-14 Thread IWAMOTO Toshihiro
On Wed, 14 Nov 2018 08:36:52 +0900, michael johnson wrote: > I want to modify a packet header field MPLS LABEL by adding a constant to > it. Openflow 1.3 supports "set field" action by which we can assign a new > value to a packet header. But I am not able to find any way to add a > constant to an

[Ryu-devel] add a constant to a packet header field

2018-11-13 Thread michael johnson
I want to modify a packet header field MPLS LABEL by adding a constant to it. Openflow 1.3 supports "set field" action by which we can assign a new value to a packet header. But I am not able to find any way to add a constant to an existing value of a packet header. One direction which I can think