summaryrefslogtreecommitdiff
path: root/tests/test-sflow.c
Commit message (Expand)AuthorAgeFilesLines
* dpdk: Allow retaining CAP_SYS_RAWIO privileges.Aaron Conole2023-03-221-1/+1
* treewide: Convert leading tabs to spaces.Ben Pfaff2018-06-111-60/+60
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-0/+2
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* tests: switch from signed to unsigned when formattingAlin Serdean2017-06-211-1/+1
* sflow: Expose ethernet stats via sFlowRobert Wojciechowicz2017-03-081-1/+25
* 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-sflow: Fix LACP typo.William Tu2016-01-201-2/+2
* test-sflow: Fix memory leak in main function.Ilya Maximets2016-01-041-0/+2
* lib/daemon: support --user option for all OVS daemonAndy Zhou2015-09-301-1/+1
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-5/+5
* Extend sFlow agent to report tunnel and MPLS structuresNeil McKee2015-07-211-0/+32
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-161-2/+2
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-3/+3
* test-sflow: Fix error message when a socket cannot be opened.Ben Pfaff2015-01-231-2/+2
* 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
* sflow: Export LAG, PORTNAME, and OPENFLOWPORT information also.Neil McKee2014-11-111-0/+138
* 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
* lib/flow: Add miniflow accessors and miniflow_get_tcp_flags().Jarno Rajahalme2014-04-181-0/+1
* unit-test: Link 29 test programs into ovstestAndy Zhou2014-04-031-4/+5
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-3/+3
* Add IPv6 support for OpenFlow, OVSDB, NetFlow, and sFlow.Arun Sharma2014-02-061-10/+7
* 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/+6
* tests: Add sFlow test.Neil Mckee2013-04-011-0/+618