On 20 Nov 2020, at 23:16, Pravin Shelar wrote:
On Thu, Nov 19, 2020 at 1:04 AM Eelco Chaudron <echau...@redhat.com>
wrote:
Currently, the openvswitch module is not accepting the correctly
formated
netlink message for the TTL decrement action. For both setting and
getting
the dec_ttl action, the actions should be nested in the
OVS_DEC_TTL_ATTR_ACTION attribute as mentioned in the openvswitch.h
uapi.
Fixes: 744676e77720 ("openvswitch: add TTL decrement action")
Signed-off-by: Eelco Chaudron <echau...@redhat.com>
Thanks for working on this. can you share OVS kmod unit test for this
action?
Hi Pravin,
I did add a self-test, however, my previous plan was to send out the
updated OVS patch after this change got accepted. But due to all the
comments, I sent it out anyway, so here it is with a datapath test:
https://mail.openvswitch.org/pipermail/ovs-dev/2020-November/377795.html
//Eelco