summaryrefslogtreecommitdiff
path: root/tests/ofproto-dpif.at
Commit message (Expand)AuthorAgeFilesLines
* dpif-netdev: Fix crash when PACKET_OUT is metered.Tony van der Peet2021-09-081-0/+20
* ofproto-dpif-xlate: Fix continuations with OF instructions in OF1.1+.Ben Pfaff2021-07-221-6/+34
* bond: Fix broken rebalancing after link state changes.Ilya Maximets2021-07-161-14/+90
* ofproto-dpif: APIs and CLI option to add/delete static fdb entry.Vasu Dasari2021-07-161-0/+99
* ofproto-dpif-xlate: Avoid successive ct_clear datapath actions.Eelco Chaudron2021-07-081-0/+25
* dpif-netdev: Remove meter rate from the bucket size calculation.Ilya Maximets2021-05-181-1/+1
* dpif-netdev: Refactor and fix the buckets calculation.Tonghao Zhang2021-03-301-1/+1
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-211-50/+50
* conntrack: Rename "master" connection to "parent" connection.Ben Pfaff2020-10-211-3/+3
* Use primary/secondary, not master/slave, as names for OpenFlow roles.Ben Pfaff2020-10-161-6/+6
* odp-util: Fix clearing match mask if set action is partially unnecessary.Ilya Maximets2020-07-291-0/+23
* bond: Add 'primary' interface concept for active-backup mode.Jeff Squyres2020-07-171-14/+237
* ofproto: Delete buckets when lb_output is false.Adrian Moreno2020-07-071-0/+4
* ofproto-dpif.at: Add unit test for lb_output action.Matteo Croce2020-06-221-3/+28
* ofproto-dpif-trace: Improve NAT tracing.Dumitru Ceara2020-06-161-0/+36
* metaflow: Fix maskable conntrack orig tuple fieldsYi-Hung Wei2020-05-141-0/+56
* ofproto-dpif-xlate: Fix recirculation when in_port is OFPP_CONTROLLER.Ben Pfaff2020-03-201-0/+30
* Typo fix: vswtch -> vswitch.Ben Pfaff2020-01-171-1/+1
* userspace: Improved packet drop statistics.Anju Thomas2020-01-071-1/+1
* dpctl: Fix referencing DPDK in a flow dump.Ilya Maximets2019-12-191-15/+15
* tests: Get rid of timeout options for control utilities.Ilya Maximets2019-10-161-9/+9
* Require Python 3 and remove support for Python 2.Ben Pfaff2019-09-271-5/+5
* conntrack: Add option to disable TCP sequence checking.Darrell Ball2019-09-251-0/+138
* ofproto-dpif: Fix continuation with patch portYi-Hung Wei2019-06-211-0/+41
* ofproto-dpif-xlate: Change priority tags from boolean to enumEli Britstein2019-05-241-3/+3
* Add a new OVS action check_pkt_largerNuman Siddique2019-04-221-0/+163
* odp-util: Do not rewrite fields with the same values as matchedEli Britstein2019-03-251-7/+7
* odp-util: Improve log messages and error reporting for Netlink parsing.Ben Pfaff2019-02-251-1/+1
* ofproto-dpif.at: Make sFlow sampling tests invariant to IP version.Ilya Maximets2018-12-201-2/+2
* ofproto-macros.at: Ignore attempts to open '127.0.0.1' as a device.Ilya Maximets2018-12-201-4/+4
* ofproto-dpif.at: Reduce code duplication.Ilya Maximets2018-12-181-54/+25
* ofproto-dpif.at: Stop using not portable bash arrays.Ilya Maximets2018-12-181-5/+6
* ofproto-dpif.at: Stop using not portable 'read -d'.Ilya Maximets2018-12-181-4/+4
* tests: Always use --no-chdir with --detach.Ben Pfaff2018-11-191-55/+55
* ofp-table: Better summarize table features and statistics.Ben Pfaff2018-10-261-30/+26
* netdev-dummy: Initialize new dummy ports as "up".Ben Pfaff2018-10-181-10/+10
* treewide: Fix spelling of "receive".Ben Pfaff2018-09-271-2/+2
* 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
* ofproto-dpif-xlate: Improve log message.Ben Pfaff2018-08-091-1/+1
* ofproto-dpif-xlate: Fix packet_in reason for Table-miss ruleKeshav Gupta2018-07-061-0/+38
* treewide: Convert leading tabs to spaces.Ben Pfaff2018-06-111-496/+496
* ofproto-dpif: Remove tabs from output.Ben Pfaff2018-06-111-33/+33
* ofproto-dpif-trace: Remove tabs from output.Ben Pfaff2018-06-111-2/+2
* bond: Remove tabs from output.Ben Pfaff2018-06-111-10/+10
* dpctl: Remove tabs from output.Ben Pfaff2018-06-111-2/+2
* cfm: Remove tabs from output.Ben Pfaff2018-06-111-3/+3
* bfd: Remove leading tabs from output.Ben Pfaff2018-06-111-8/+8
* ofproto-dpif: Use dp_hash as default selection methodJan Scheurich2018-05-251-68/+248