Re: [ovs-discuss] Metadata 0 in flow struct

2019-12-04 Thread Ben Pfaff
On Mon, Dec 02, 2019 at 04:41:34PM -0800, Nick wrote: > I'm trying to export metadata as an extra field for IPFIX export and I've > added the logic to the `ofproto-dpif-ipfix.c` file but the `flow->metadata` > value that I'm setting is always zero. I set metadata in table 0 with > `actions=load:123

[ovs-discuss] Metadata 0 in flow struct

2019-12-02 Thread Nick
Hi, I'm trying to export metadata as an extra field for IPFIX export and I've added the logic to the `ofproto-dpif-ipfix.c` file but the `flow->metadata` value that I'm setting is always zero. I set metadata in table 0 with `actions=load:12345->metadata`, and my ipfix export sample action is in ta