summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove spurious IPv4 data from MPLS packet testSimon Horman2013-05-011-1/+1
* Update the default VXLAN destination UDP port to the IANA assigned portKyle Mestery2013-04-261-1/+1
* match: Correct formatting of MPLSSimon Horman2013-04-241-28/+28
* Implement IPFIX exportRomain Lenglet2013-04-224-2/+21
* invoke perl as ${PERL}YAMAMOTO Takashi2013-04-229-46/+46
* explicitly invoke perl for uuidfilt.pl (rather than via shebang)YAMAMOTO Takashi2013-04-221-4/+4
* ovsdb-server: Announce bound listening ports as status:bound_port.Ben Pfaff2013-04-182-6/+6
* tests: Avoid race conditions, by letting the kernel choose ports to bind.Ben Pfaff2013-04-186-61/+50
* tests: Make test-netflow, test-sflow accept all logging options.Ben Pfaff2013-04-182-14/+11
* Correctly implement the OpenFlow 1.2+ OXM_OF_IP_DSCP field.Ben Pfaff2013-04-181-0/+12
* tests: Add test for ovs-vswitchd regression with empty db.Ben Pfaff2013-04-123-1/+30
* ovsdb-server: Add commands for adding and removing remotes at runtime.Ben Pfaff2013-04-101-0/+42
* tests: Add test-sflow to .gitignore.Ethan Jackson2013-04-091-0/+1
* ovs-appctl: dpif/show display bug fixAndy Zhou2013-03-291-2/+2
* tests/lacp.at: Fix comment.Jarno Rajahalme2013-04-031-1/+1
* ovsdb-data: New functions for predicting serialized length of data.Ben Pfaff2013-04-011-3/+11
* json: New function json_serialized_length().Ben Pfaff2013-04-011-1/+2
* tests: Add sFlow test.Neil Mckee2013-04-014-0/+914
* lacp: Stop time to avoid dependency on real time in negotiation test.Ben Pfaff2013-03-281-1/+3
* lacp.at: Change timing of lacp - negotiation testJarno Rajahalme2013-03-281-2/+2
* ofproto-dpif.at: Fix timing issue in show rates test.Jarno Rajahalme2013-03-281-2/+2
* ofproto-dpif: Keep track of exact-match flow infoAndy Zhou2013-03-272-18/+65
* ofproto-dpif: xlate actions once with subfacets.Ethan Jackson2013-03-211-0/+1
* ovs-vsctl: Try connecting only once for active connections by default.Ben Pfaff2013-03-155-13/+47
* Remove encal_dl_type from struct flowSimon Horman2013-03-151-8/+15
* lib: Rename lib/pcap.h to avoid inclusion conflicts.Stephane A. Sezer2013-03-151-1/+1
* ovs-appctl: dpif/show display per bridge statsAndy Zhou2013-03-132-18/+22
* Add table_id to NXM flow_removed messages.Ben Pfaff2013-03-081-2/+2
* ofproto-dpif: GOTO_TABLE recursion removal.Jarno Rajahalme2013-03-081-0/+14
* ofproto-dpif: Print slow-path actions instead of "drop" in dump-flows.Justin Pettit2013-03-071-7/+7
* tunnel: Mark ECN status on decapsulated tunnel packets.Justin Pettit2013-03-061-2/+2
* tunnel: Generate datapath flows for tunneled packets dropped due to ECN.Justin Pettit2013-03-061-1/+20
* nicira-ext: Add Nicira actions NXAST_STACK_PUSH and NXAST_STACK_POP.Andy Zhou2013-03-062-0/+22
* Add support for set_mpls_ttl actionSimon Horman2013-03-061-0/+63
* Add support for dec_mpls_ttl actionSimon Horman2013-03-061-0/+21
* Tunnel: Cleanup old tunnel infrastructure.Pravin B Shelar2013-03-041-1/+0
* tunnel: Only print non-default UDP dst_port for LISP/VXLAN tunnelsKyle Mestery2013-02-281-1/+1
* tests: Add VXLAN and LISP tunnel tests to the unit test infrastructure.Kyle Mestery2013-02-271-0/+69
* Allow OVS_USERSPACE_ATTR_USERDATA to be variable length.Ben Pfaff2013-02-151-0/+1
* tests: Add test for Python version of long socket name workaround.Ben Pfaff2013-02-133-2/+77
* tests: Make long name more readable by introducing a shell variable.Ben Pfaff2013-02-131-3/+4
* tests: Make test for Linux /proc/self/fd more straightforward.Ben Pfaff2013-02-131-11/+1
* Make OpenFlow 1.2+ role replies return the generation ID.Ben Pfaff2013-02-122-4/+4
* tests: Add test for self-modifying learn action.Ben Pfaff2013-02-111-0/+35
* ofproto-macros: Fail a test that logs a WARN or higher level message.Ben Pfaff2013-02-112-3/+21
* tests: Set explicit bond mode in LACP test.Ben Pfaff2013-02-111-1/+1
* tests: Fix error path in netflow test.Ben Pfaff2013-02-111-1/+1
* stream-unix: Use rundir as root for relative paths.Pavithra Ramesh2013-02-119-1/+28
* Optimize classifier by maintaining the priority of the highest priority rule ...Jarno Rajahalme2013-02-081-0/+13
* nicira-ext: Remove the autopath action.Ethan Jackson2013-02-055-51/+0