David Bar

Results 6 comments of 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...

@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.