Re: [PATCH net] openvswitch: correct encoding of set tunnel action attributes

2015-12-18 Thread David Miller
From: Simon Horman Date: Fri, 18 Dec 2015 19:43:15 +0900 > In a set action tunnel attributes should be encoded in a > nested action. > > I noticed this because ovs-dpctl was reporting an error > when dumping flows due to the incorrect encoding of tunnel attributes > in a set action. > > Fixes:

[PATCH net] openvswitch: correct encoding of set tunnel action attributes

2015-12-18 Thread Simon Horman
In a set action tunnel attributes should be encoded in a nested action. I noticed this because ovs-dpctl was reporting an error when dumping flows due to the incorrect encoding of tunnel attributes in a set action. Fixes: fc4099f17240 ("openvswitch: Fix egress tunnel info.") Signed-off-by: Simon