Re: [ovs-dev] [PATCH net] net: openvswitch: fix TTL decrement action netlink message format

2020-11-24 Thread Eelco Chaudron
On 24 Nov 2020, at 2:57, Jakub Kicinski wrote: On Mon, 23 Nov 2020 20:36:39 +0100 Matteo Croce wrote: On Fri, Nov 20, 2020 at 10:12 PM Jakub Kicinski wrote: On Thu, 19 Nov 2020 04:04:04 -0500 Eelco Chaudron wrote: Currently, the openvswitch module is not accepting the correctly formated

Re: [ovs-dev] [PATCH net] net: openvswitch: fix TTL decrement action netlink message format

2020-11-24 Thread Eelco Chaudron
On 23 Nov 2020, at 20:36, Matteo Croce wrote: On Fri, Nov 20, 2020 at 10:12 PM Jakub Kicinski wrote: On Thu, 19 Nov 2020 04:04:04 -0500 Eelco Chaudron wrote: Currently, the openvswitch module is not accepting the correctly formated netlink message for the TTL decrement action. For both

Re: [ovs-dev] [PATCH net] net: openvswitch: fix TTL decrement action netlink message format

2020-11-24 Thread Eelco Chaudron
On 20 Nov 2020, at 22:12, Jakub Kicinski wrote: On Thu, 19 Nov 2020 04:04:04 -0500 Eelco Chaudron 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

Re: [ovs-dev] [PATCH net] net: openvswitch: fix TTL decrement action netlink message format

2020-11-24 Thread Eelco Chaudron
On 20 Nov 2020, at 23:16, Pravin Shelar wrote: On Thu, Nov 19, 2020 at 1:04 AM Eelco Chaudron 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

Re: [ovs-dev] [PATCH net] net: openvswitch: fix TTL decrement action netlink message format

2020-11-23 Thread Jakub Kicinski
On Mon, 23 Nov 2020 20:36:39 +0100 Matteo Croce wrote: > On Fri, Nov 20, 2020 at 10:12 PM Jakub Kicinski wrote: > > On Thu, 19 Nov 2020 04:04:04 -0500 Eelco Chaudron wrote: > > > Currently, the openvswitch module is not accepting the correctly formated > > > netlink message for the TTL

Re: [ovs-dev] [PATCH net] net: openvswitch: fix TTL decrement action netlink message format

2020-11-23 Thread Matteo Croce
On Fri, Nov 20, 2020 at 10:12 PM Jakub Kicinski wrote: > > On Thu, 19 Nov 2020 04:04:04 -0500 Eelco Chaudron 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,

Re: [ovs-dev] [PATCH net] net: openvswitch: fix TTL decrement action netlink message format

2020-11-20 Thread Pravin Shelar
On Thu, Nov 19, 2020 at 1:04 AM Eelco Chaudron 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

Re: [ovs-dev] [PATCH net] net: openvswitch: fix TTL decrement action netlink message format

2020-11-20 Thread Jakub Kicinski
On Thu, 19 Nov 2020 04:04:04 -0500 Eelco Chaudron 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

[ovs-dev] [PATCH net] net: openvswitch: fix TTL decrement action netlink message format

2020-11-19 Thread Eelco Chaudron
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: