Re: [ovs-dev] [PATCH v2] ofproto: Include flow cookies in bridge/dump-flows output.

2023-02-21 Thread Viacheslav Galaktionov via dev
On 2/22/23 01:14, Ilya Maximets wrote: On 2/21/23 14:02, Viacheslav Galaktionov via dev wrote: Cookies are an important part of flow descriptions and must be available to the end user. Signed-off-by: Viacheslav Galaktionov --- v2: print cookies before table ids ofproto/ofproto.c | 4

Re: [ovs-dev] [PATCH v2] ofproto: Include flow cookies in bridge/dump-flows output.

2023-02-21 Thread Ilya Maximets
On 2/21/23 14:02, Viacheslav Galaktionov via dev wrote: > Cookies are an important part of flow descriptions and must be available > to the end user. > > Signed-off-by: Viacheslav Galaktionov > --- > v2: print cookies before table ids > > ofproto/ofproto.c | 4 > 1 file changed, 4

[ovs-dev] [PATCH v2] ofproto: Include flow cookies in bridge/dump-flows output.

2023-02-21 Thread Viacheslav Galaktionov via dev
Cookies are an important part of flow descriptions and must be available to the end user. Signed-off-by: Viacheslav Galaktionov --- v2: print cookies before table ids ofproto/ofproto.c | 4 1 file changed, 4 insertions(+) diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index