summaryrefslogtreecommitdiff
path: root/tests/test-netflow.c
Commit message (Expand)AuthorAgeFilesLines
* dpdk: Allow retaining CAP_SYS_RAWIO privileges.Aaron Conole2023-03-221-1/+1
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* Fix format specifier technicalities.Ben Pfaff2017-03-171-2/+2
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* test-netflow: Fix memory leak reported by valgrind.William Tu2016-01-111-0/+3
* lib/daemon: support --user option for all OVS daemonAndy Zhou2015-09-301-2/+2
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-161-2/+2
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-3/+3
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-1/+1
* ovs_assert, tests: Support NDEBUG.Jarno Rajahalme2014-10-301-4/+3
* compiler: Define NO_RETURN for MSVC.Gurucharan Shetty2014-09-151-1/+1
* tests: Port test-sflow and test-netflow to Windows.Gurucharan Shetty2014-06-301-1/+2
* socket-util: Log the kernel assigned port number when asked.Gurucharan Shetty2014-05-281-1/+1
* unit-test: Link 29 test programs into ovstestAndy Zhou2014-04-031-5/+6
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-3/+3
* lib/ofpbuf: CompactJarno Rajahalme2014-03-291-1/+1
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-1/+1
* ofp-util: Add SCTP supportJoe Stringer2013-08-221-0/+6
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-1/+1
* Make most "struct option" instances "const".Ben Pfaff2013-05-031-1/+1
* tests: Make test-netflow, test-sflow accept all logging options.Ben Pfaff2013-04-181-7/+5
* packets: Change IP_ARGS interface to take an ovs_be32 instead of a pointer.Ben Pfaff2012-12-121-2/+2
* tests: Fix sensitivity to record ordering in test-netflow output.Ben Pfaff2012-09-171-1/+1
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* dpif: Include TCP flags in "ovs-dpctl dump-flows" output.Ben Pfaff2012-04-181-25/+5
* socket-util: Remove DSCP_INVALID.Ethan Jackson2012-04-171-1/+1
* Allow configuring DSCP on controller and manager connections.Mehak Mahajan2012-03-231-1/+1
* unixctl: New JSON RPC back-end.Ethan Jackson2012-02-211-1/+1
* daemon: New function daemon_save_fd() to preserve fds across detach.Ben Pfaff2012-02-021-9/+2
* netflow: Add basic unit tests.Ben Pfaff2011-12-191-0/+323