summaryrefslogtreecommitdiff
path: root/tests/ofproto-dpif.at
Commit message (Expand)AuthorAgeFilesLines
* 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
* ofproto-dpif: Improve dp_hash selection method for select groupsJan Scheurich2018-05-251-7/+8
* tests: Make test result more predictable.Darrell Ball2018-05-231-1/+2
* Add support for OpenFlow 1.5 statistics (OXS).SatyaValli2018-05-161-0/+85
* vswitchd: Allow user to directly specify sFlow agent address.Ben Pfaff2018-04-031-4/+4
* tests/ofproto-dpif: New test for action_set after traversing patch portEric Garver2018-03-081-0/+25
* tests: Wait for entire trace to hit log.Ben Pfaff2018-03-071-1/+1
* xlate: auto ofproto trace when recursion too deepWilliam Tu2018-03-051-0/+25
* flow: Add some L7 payload data to most L4 protocols that accept it.Ben Pfaff2018-01-271-349/+457
* ofproto-dpif-trace: Generalize syntax for ofproto/trace.Ben Pfaff2018-01-261-1/+1
* ofproto-dpif-sflow: Recursively examine actions inside clone.Zoltan Balogh2018-01-231-1/+1
* ofproto-dpif: Don't slow-path controller actions with pause.Justin Pettit2018-01-101-7/+7
* ofproto-dpif: Don't slow-path controller actions.Justin Pettit2018-01-101-17/+48
* ofp-actions: Add action "debug_slow" for testing slow-path.Justin Pettit2018-01-101-0/+19
* ofproto/trace: Propagate ct_zone in recirculationYi-Hung Wei2017-10-311-7/+7
* treewide: Get rid of "echo -n", and add a test to prevent regression.Ben Pfaff2017-10-301-3/+3
* Add dl_type to flow metadata for correct interpretation of conntrack metadataDaniel Alvarez2017-10-261-15/+15
* ofproto-dpif: Mark packets as "untracked" after call to ct().Justin Pettit2017-08-211-5/+5
* Adding nsh.at for NSH unit testsJan Scheurich2017-08-071-11/+11
* xlate: Emit datapath clone only when necessary.Andy Zhou2017-08-031-2/+37
* xlate: Refactor compose_clone() APIAndy Zhou2017-08-031-0/+7
* ofproto-dpif: Remove dpif/disable-dp-clone command.Andy Zhou2017-08-031-3/+1
* ofproto-dpif-rid: Always store tunnel metadata.Justin Pettit2017-07-271-0/+29
* odp-execute: Reuse rss hash in OVS_ACTION_ATTR_HASH.Ilya Maximets2017-07-201-2/+2
* ofproto-dpif-xlate: Fixes for propagating state of conntrack.Justin Pettit2017-07-181-5/+5
* ofproto/trace: Add --ct-next option to ofproto/traceYi-Hung Wei2017-07-121-9/+24
* ofproto/trace: Add support for tracing conntrack recirculationYi-Hung Wei2017-07-121-0/+35
* ofproto-dpif: Fix the clone issue with continuationNuman Siddique2017-07-101-0/+41
* userspace: Add OXM field MFF_PACKET_TYPEJan Scheurich2017-06-271-115/+115
* treewide: Fix spelling of "prerequisites".Ben Pfaff2017-06-121-4/+4
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-1/+1
* ofp-util: Fix tun_metadata processing in packet-outYi-Hung Wei2017-05-311-1/+6
* ofp-parse: Parse pipeline fields in OF1.5 packet-outYi-Hung Wei2017-05-311-0/+45
* Revert "tunneling: Avoid recirculation on datapath."Joe Stringer2017-05-101-1/+10
* test/ofproto: Improve test 'controller action without megaflows'Andy Zhou2017-04-281-2/+2
* ofproto: Meter slowpath action when action upcall meters are configuredAndy Zhou2017-04-281-0/+38
* ofproto: Meter sample action when configured.Andy Zhou2017-04-281-0/+14
* ofproto: Add support of OFPR_PACKET_OUT as packet-in reasonYi-Hung Wei2017-04-241-2/+10
* tunneling: Avoid recirculation on datapath.Sugesh Chandran2017-04-211-10/+1
* ofproto-dpif-mirror: Fix issue of reseting snaplen in mirroringZhenyu Gao2017-04-031-0/+40
* Add new port VLAN mode "dot1q-tunnel"Eric Garver2017-03-171-46/+64
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-121/+219