commit | e905eabc90a5b787d8708df164543ee295bea5f2 | [log] [tgz] |
---|---|---|
author | Simon Horman <simon.horman@netronome.com> | Fri Dec 18 19:43:15 2015 +0900 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 18 16:35:35 2015 -0500 |
tree | 1c6499a6ea057f27127ea88d238f4e94bb285544 | |
parent | ea2465af3bbfa7994d134a401503966ee98710b6 [diff] |
openvswitch: correct encoding of set tunnel action attributes 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 Horman <simon.horman@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>