summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tunnel: Add ofproto/list-tunnels command for troubleshooting.Ben Pfaff2018-01-041-0/+3
* tests: Kill the daemons at cleanup only if pidfile exists.Jakub Sitnicki2017-12-261-2/+2
* log: Support multiple magic.Ben Pfaff2017-12-241-1/+1
* log: New functions for replacing a log's contents.Ben Pfaff2017-12-242-8/+124
* log: Add new open mode OVSDB_LOG_CREATE_EXCL.Ben Pfaff2017-12-242-1/+8
* log: Require log entries to be JSON objects.Ben Pfaff2017-12-241-106/+106
* log: Allow client to specify magic.Ben Pfaff2017-12-242-3/+41
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-222-0/+3
* table: Add --max-column-width option.Ben Pfaff2017-12-221-6/+6
* ovsdb-server: Forbid user-specified databases with reserved names.Ben Pfaff2017-12-221-0/+5
* ovsdb-client: Add new "query" command.Ben Pfaff2017-12-221-0/+53
* ovsdb-client: Add new "restore" command.Ben Pfaff2017-12-211-1/+57
* ovs-vswitchd: Allow more convenient 0x short form for specifying DPIDs.Ben Pfaff2017-12-211-0/+38
* valgrind: Add support to run kernel datapath testsuite under valgrindYifeng Sun2017-12-201-0/+7
* tests: Fix typo in ovn.at test script.Leonid Ryzhyk2017-12-191-1/+1
* ovsdb-tool: Add new "db-name" and "schema-name" commands.Ben Pfaff2017-12-191-18/+10
* ovsdb-client: Add new "backup" command.Ben Pfaff2017-12-151-0/+51
* ovsdb-client: Add new "get-schema-cksum" command.Ben Pfaff2017-12-141-1/+3
* ovsdb-client: Move ovsdb-client specific tests to new .at file.Ben Pfaff2017-12-144-21/+13
* ovsdb-error: New function ovsdb_error_to_string_free().Ben Pfaff2017-12-131-12/+6
* conntrack: Fix icmp error address sanity check.Darrell Ball2017-12-111-3/+3
* conntrack: Disable algs by default.Darrell Ball2017-12-111-0/+21
* conntrack: Allow specified alg port numbers.Darrell Ball2017-12-111-3/+3
* ofproto: Keep inserting buckets into a group from changing group type.Ben Pfaff2017-12-111-0/+25
* tests: Always ignore "Broken pipe" and "Connection reset" log messages.Ben Pfaff2017-12-084-39/+15
* stream-unix: Give accepted sockets distinct names for log messages.Ben Pfaff2017-12-082-1/+2
* test-ovsdb: Triggers should wake up other triggers immediately.Ben Pfaff2017-12-082-1/+2
* test-ovsdb: Simplify code in do_trigger().Ben Pfaff2017-12-081-4/+4
* dpctl: Support flush conntrack by conntrack 5-tupleYi-Hung Wei2017-12-073-0/+83
* ct-dpif,dpif-netlink: Support conntrack flush by ct 5-tupleYi-Hung Wei2017-12-071-1/+1
* tests: Use $(MKDIR_P) instead of mkdir -p.Ben Pfaff2017-12-061-1/+1
* tests: Use $(MKDIR_P) to avoid races.Ben Pfaff2017-12-061-1/+1
* odp-util: Fix parsing corner case for encap_nsh() actions.Ben Pfaff2017-12-011-0/+8
* types: New macros ETH_ADDR_C and ETH_ADDR64_C.Ben Pfaff2017-11-292-7/+9
* tunnel: Fix deletion of datapath tunnel ports in case of reconfigurationBalazs Nemeth2017-11-282-6/+62
* ovn-northd; Treat logical ports of router type as always being upJakub Sitnicki2017-11-281-0/+69
* Remove Perl dependency.Ben Pfaff2017-11-262-2/+0
* tests: Convert miscellaneous test code from Perl to Python.Ben Pfaff2017-11-262-23/+23
* tests: Convert flowgen utility from Perl to Python.Ben Pfaff2017-11-264-255/+242
* tests: Convert ovsdb-monitor-sort utility from Perl to Python.Ben Pfaff2017-11-264-55/+88
* tests: Convert uuidfilt utility from Perl to Python.Ben Pfaff2017-11-2618-174/+196
* ovn.at: Fix MSYS IPv6 interpretationAlin Gabriel Serdean2017-11-141-1/+1
* tests: Try harder to figure out whether IPv6 is supported.Ben Pfaff2017-11-141-1/+6
* ovn: Fix remote not receive GARP, when localnet Port has vlan tag.Guoshuai Li2017-11-031-0/+31
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-037-7/+7
* test-ovsdb: Fix memory leakYifeng Sun2017-11-021-0/+1
* ovn: Generate Neighbor Solicitation packet for unknown MAC IPv6 packetsNuman Siddique2017-11-021-0/+116
* ovn-northd: Add logical flows to support native IPv6 RAZongkai LI2017-11-021-0/+249
* ovn-controller: Add a new action - 'put_nd_ra_opts'Numan Siddique2017-11-022-3/+41
* ovn util: Refactor dhcp_opts_map to make it genericNuman Siddique2017-11-021-1/+2