David Bar
David Bar
Thanks for prompt response. I did the same workaround. Separated the ranges by family, join()-ed each one, and then combined the two resulting arrays.
@miwroblewski, @smecsia - I strongly suggest to rethink this. As far as I understand, the complex code here is because the 'postgres.exe' is not the process which is executed. Instead...
I'm also seeing this problem on Windows. My guess is due to the execution of the postgres.exe via the 'runas' command. I considered hacking a solution by inheriting from PostgressPorcess...
Hey @seancfoley, any news on this?
@eksantrik , @lwsbox, @jgc234 I was also very puzzled by this. After some digging, I can say this is not a v9 vs ipfix issue. The fields in nf9 and...
Actually, the SourceID field should be split into SourceIDType and SourceIDIdx, exactly like was done for flow_counter.go, and should be read in the same way as in flow_counter.go.
I think this change is problematic. It defines a new type called FlowSampleExpand, which has different fields than the regular FlowSample. The expanded format is just a different binary representation...
@akshah, A pcap that demonstrates the problem is attached. In packet #1 and #2, template id 257 is being sent on domain id 3. In packet #3, the same template...
@gaby, The only one here that is allowed to approve PRs and is still somewhat active is @akshah. But my PRs have been waiting for about 4 months now, so...
@gaby, I'm not a golang developer. I inherited the usage of this project in my place of work, so I just do minimal fixes as needed. So I can't say...