summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* dpif-netdev.at: Add missing backslash.Ilya Maximets2018-10-191-4/+8
* test-hash: Fix unaligned pointer value error.Joe Stringer2018-10-161-10/+10
* expr: Disallow < <= >= > comparisons against empty value set.Ben Pfaff2018-10-111-0/+2
* expr: Set a limit on the depth of nested parenthesesYifeng Sun2018-10-111-0/+4
* meta-flow: Make "nw_frag" a synonym for "ip_frag".Ben Pfaff2018-09-201-5/+5
* ovs-vsctl: Fix segfault when attempting to del-port from parent bridge.Flavio Fernandes2018-05-071-0/+17
* datapath: Prevent panicGreg Rose2018-04-231-0/+1
* ovsdb-idl.at: Fix test failed. (writing large data via IDL with unicode)Guoshuai Li2018-03-311-1/+1
* python: Fix decoding error when the received data is larger than 4096.Guoshuai Li2018-03-091-0/+33
* ofproto: Keep inserting buckets into a group from changing group type.Ben Pfaff2017-12-111-0/+25
* 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
* ovn-northd; Treat logical ports of router type as always being upJakub Sitnicki2017-11-283-0/+72
* 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-131-0/+34
* tests: Fix sparse error on test-ovn.cAlin Gabriel Serdean2017-09-121-1/+1
* tests: Fix MSVC compiler error on test-ovn.cAlin Gabriel Serdean2017-09-111-1/+1
* ovn-controller: Fix empty address set parsing problem.Han Zhou2017-09-112-0/+34
* Revert "ofproto-dpif-xlate: Fixes for propagating state of conntrack."Justin Pettit2017-08-301-3/+3
* python: Force file system encoding on cmdline argsAlin Balutoiu2017-08-181-1/+2
* python: make python idl unicode-tolerantLance Richardson2017-08-092-1/+18
* system-userspace-macros: Fix ethtool with new kernels.Joe Stringer2017-07-261-1/+1
* ofproto-dpif-xlate: Fixes for propagating state of conntrack.Justin Pettit2017-07-181-3/+3
* db-ctl-base: Fix reference-following feature in get_row_by_id().ZhiPeng Lu2017-07-131-0/+3
* ofp-actions: Properly interpret "output:in_port".Ben Pfaff2017-06-121-0/+2
* tests: Export PYTHONCOERCECLOCALE=0 for python3 testsTimothy Redaelli2017-06-071-0/+5
* test-cmap: Avoid shift by full width of type in find_batch().Ben Pfaff2017-06-011-3/+2
* python ovs: Fix SSL exceptions with pyOpenSSL v0.13Numan Siddique2017-05-231-1/+1
* ofproto: Add ref counting for variable length mf_fields.Yi-Hung Wei2017-05-171-1/+75
* nx-match: Use vl_mff_map to parse match field.Yi-Hung Wei2017-05-171-4/+11
* mcast-snooping: Fix timing issue in the unit testYi-Hung Wei2017-05-021-0/+2
* tests/pmd.at: Fix race in "PMD - change numa node" testTimothy Redaelli2017-04-291-6/+22
* datapath: Use inverted tuple in ovs_ct_find_existing() if NATted.Jarno Rajahalme2017-04-191-0/+52
* ofp-parse: Fix match parsing with [x..y]=z format.Jarno Rajahalme2017-04-171-0/+4
* ofproto-dpif-mirror: Fix issue of reseting snaplen in mirroringZhenyu Gao2017-04-031-0/+40
* ofproto-dpif-xlate: Allow sending BFD messages when STP port is not forwarding.Mika Vaisanen2017-03-092-0/+72
* ofp-actions: Fix translation of set_field for nw_ecnEric Garver2017-03-082-1/+9
* ovn-northd ipam: handle the static MAC updates by the userNuman Siddique2017-02-151-0/+19
* ovsdb: Prevent OVSDB server from replicating itself.Andy Zhou2017-02-131-0/+32
* system-ovn.at: Fix a race condition.Gurucharan Shetty2017-02-071-0/+3
* ovs-vsctl: Disallow empty bridge, port, and interface names.Ben Pfaff2017-02-031-0/+12
* ofp-actions: Fix variable length meta-flow OXMs.Yi-Hung Wei2017-02-031-0/+125
* system-ovn.at: Fix race conditions.Gurucharan Shetty2017-02-021-9/+22
* tests: Fix race in MPLS translate.Alin Serdean2017-02-021-1/+3
* ovn: ovn-nbctl commands for distributed NATMickey Spiegel2017-02-012-29/+48
* ovn: distributed NAT flowsMickey Spiegel2017-02-011-0/+338
* ovn: avoid snat recirc only on gateway routersMickey Spiegel2017-02-011-1/+1
* ovn: Introduce distributed gateway port and "chassisredirect" port bindingMickey Spiegel2017-01-311-0/+334
* ovn: add is_chassis_resident match expression componentMickey Spiegel2017-01-312-2/+36
* actions: Add new "ct_clear" action.Ben Pfaff2017-01-311-0/+4