summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* dpif-netdev.at: Add missing backslash.Ilya Maximets2018-10-191-4/+8
* tests: Fix conntrack tests expected results.Ben Pfaff2018-10-151-2/+2
* 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
* ofproto-dpif-xlate: Fix conntrack fields on NXT_RESUMEYi-Hung Wei2018-09-261-0/+35
* ofproto-dpif: Fix NXT_RESUME flow statsYi-Hung Wei2018-09-211-0/+33
* meta-flow: Make "nw_frag" a synonym for "ip_frag".Ben Pfaff2018-09-201-5/+5
* ovn-controller: Fix test - IP relocation using GARP request.Han Zhou2018-09-071-1/+1
* tests: Make test result more predictable.Darrell Ball2018-09-071-1/+2
* tests: Use the default key length when generating RSA keysTimothy Redaelli2018-08-312-6/+6
* ovn-northd: Support learning neighbor from ARP request.Han Zhou2018-08-271-26/+219
* ovn-northd: LR respond ARP from valid subnet only.Han Zhou2018-08-271-6/+17
* ovsdb-idl.c: Fix IDL index problem when rows are updated.Han Zhou2018-08-132-12/+44
* tunnel: make tun_key_to_attr aware of tunnel type.William Tu2018-05-141-0/+49
* 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
* nsh: Add unit test for double NSH encap and decapJan Scheurich2018-04-161-0/+143
* 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
* tunnel: Fix deletion of datapath tunnel ports in case of reconfigurationBalazs Nemeth2018-02-262-6/+62
* tests: Make packet-type-aware.at hash independentBalazs Nemeth2018-02-261-2/+4
* ovn-controller: Fix crash when sending GARP when openflow disconnection.Guoshuai Li2018-02-151-0/+13
* ovn: Allow DNS lookups over IPv6Mark Michelson2018-02-091-0/+51
* xlate: fix xport lookup for recircZoltan Balogh2018-02-061-0/+122
* ovn-northd: Do not add lflows in lr_in_arp_resolve stage for disabled logical...Numan Siddique2018-02-011-0/+21
* tunnel: fix tunnel flags set/clear.William Tu2018-01-101-3/+34
* 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
* tests: Fix some ofproto-dpif.at conntrack testsAlin Gabriel Serdean2017-12-041-5/+5
* odp-util: Fix parsing corner case for encap_nsh() actions.Ben Pfaff2017-12-011-0/+8
* ovn-northd; Treat logical ports of router type as always being upJakub Sitnicki2017-11-281-0/+69
* 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/+31
* test-ovsdb: Fix memory leakYifeng Sun2017-11-021-0/+1
* tests: fix PTAP system test to check only OF statsZoltan Balogh2017-10-311-52/+67
* Add dl_type to flow metadata for correct interpretation of conntrack metadataDaniel Alvarez2017-10-261-15/+15
* tests/stp: Use long warps instead of multiple calls.Ilya Maximets2017-10-241-47/+7
* tests/odp: Add set vlan test to odp testsuitePaul Blakey2017-09-131-0/+5
* tests: Fix sparse error on test-ovn.cAlin Gabriel Serdean2017-09-121-1/+1
* test: Avoid using 'truncate' commandMark Michelson2017-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
* ovn: Support chassis hostname in requested-chassis.Russell Bryant2017-09-061-0/+33
* Revert "ofproto-dpif: Mark packets as "untracked" after call to ct()."Justin Pettit2017-08-312-7/+7
* ovn: Fix BFD error config on gatewayGao Zhenyu2017-08-241-1/+202
* ofproto-dpif: Mark packets as "untracked" after call to ct().Justin Pettit2017-08-212-7/+7
* ovn: support requested-chassis option for logical switch portsLance Richardson2017-08-211-0/+59
* python: Force file system encoding on cmdline argsAlin Balutoiu2017-08-181-1/+2
* python: make python idl unicode-tolerantLance Richardson2017-08-092-1/+18