summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Make packet-type-aware.at hash independentBalazs Nemeth2018-02-261-2/+4
* odp.at: fix sed string matching typo.William Tu2018-02-161-2/+2
* ovn-controller: Fix crash when sending GARP when openflow disconnection.Guoshuai Li2018-02-151-0/+13
* conntrack: Support conntrack flush by ct 5-tupleYi-Hung Wei2018-02-143-19/+0
* Implement OF1.3 extension for OF1.4 role status feature.Ben Pfaff2018-02-132-0/+96
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-137-31/+29
* tests: Don't include a newline in ovs_fatal() calls.Justin Pettit2018-02-092-2/+2
* ovn: Allow DNS lookups over IPv6Mark Michelson2018-02-091-0/+51
* expr: Add additional invariant check in test.Ben Pfaff2018-02-071-0/+1
* ovs-vsctl: Add commands "add-bond-iface" and "del-bond-iface".Ben Pfaff2018-02-061-0/+60
* ovs-vsctl: Use default socket name in tests.Ben Pfaff2018-02-062-10/+10
* ovs-vsctl: Remove superfluous OVS_VSCTL_CLEANUP from tests.Ben Pfaff2018-02-061-183/+138
* ovsdb-client: Add --timeout option.Ben Pfaff2018-02-061-0/+4
* ovn-controller: Process logical flow matches before actions.Guoshuai Li2018-02-021-1/+14
* ovn-nbctl: Add QoS commands.Guoshuai Li2018-02-012-1/+79
* tests: Make OVS_WAIT_UNTIL and OVS_WAIT_WHILE failures easier to debug.Ben Pfaff2018-02-011-2/+6
* Add unixctl option for ovn-northdVenkata Anil2018-02-011-0/+39
* learn: improve test caseWilliam Tu2018-02-011-0/+38
* ovs-vswitchd: Avoid or suppress memory leak warning for glibc aio.Ben Pfaff2018-02-011-0/+9
* Support accepting and displaying table names in OVS tools.Ben Pfaff2018-02-011-28/+61
* ofp-actions: Make formatting and parsing functions take a struct argument.Ben Pfaff2018-01-311-1/+2
* classifier: Refactor interface for classifier_remove().Ben Pfaff2018-01-312-11/+10
* flow: Add some L7 payload data to most L4 protocols that accept it.Ben Pfaff2018-01-276-399/+507
* ofproto-dpif-trace: Generalize syntax for ofproto/trace.Ben Pfaff2018-01-261-1/+1
* ovn: OVN Support QoS meterGuoshuai Li2018-01-242-7/+50
* ovn-controller: Add extend_table instead of group_table to expand meter.Guoshuai Li2018-01-241-5/+3
* tests: Fix non-canonical MAC addresses in ovn.at.Leonid Ryzhyk2018-01-231-2/+2
* xlate: fix xport lookup for recircZoltan Balogh2018-01-231-0/+122
* ofproto-dpif-sflow: Recursively examine actions inside clone.Zoltan Balogh2018-01-231-1/+1
* system-traffic: Add conntrack floating IP testEric Garver2018-01-201-0/+73
* system-common-macros: Check for ct_clear action in datapathEric Garver2018-01-201-0/+4
* dpif: Add support for OVS_ACTION_ATTR_CT_CLEAREric Garver2018-01-201-0/+1
* dpif-netdev: Add percentage of pmd/core used by each rxq.Kevin Traynor2018-01-171-13/+38
* dpif-netdev: Refactor PMD performance into dpif-netdev-perfJan Scheurich2018-01-171-12/+18
* nsh: add dec_nsh_ttl actionYi Yang2018-01-111-3/+3
* nsh: add new flow key 'ttl'Yi Yang2018-01-112-21/+23
* tests: Flunk OVN tests if populating ARP tables failed.Jakub Sitnicki2018-01-112-26/+27
* ovn-northd.at: Fix MSYS IPv6 interpretationAlin Gabriel Serdean2018-01-111-1/+1
* ofproto-dpif: Don't slow-path controller actions with pause.Justin Pettit2018-01-105-13/+13
* ofproto-dpif: Don't slow-path controller actions.Justin Pettit2018-01-105-21/+54
* ofp-actions: Add action "debug_slow" for testing slow-path.Justin Pettit2018-01-101-0/+19
* ofproto-dpif: Use a fixed size userspace cookie.Justin Pettit2018-01-101-2/+0
* netdev: Custom statistics.Michal Weglicki2018-01-101-0/+2
* tunnel: fix tunnel flags set/clear.William Tu2018-01-101-3/+34
* tests: add-del-add sequence for interfaceAshish Varma2018-01-104-1/+31
* tests: Add dpctl test for conntrack nconns/maxconns.Darrell Ball2018-01-093-0/+116
* ofp-errors: Send as much of a message as possible in an error reply.Ben Pfaff2018-01-091-28/+18
* nsh: rework NSH netlink keys and actionsYi Yang2018-01-081-14/+16
* ofproto: Delete all groups and meters when (un)configuring a controller.Ben Pfaff2018-01-081-0/+58
* ofp-print: Include full hex dump of messages that fail decode.Ben Pfaff2018-01-051-0/+26