summaryrefslogtreecommitdiff
path: root/tests/ofp-actions.at
Commit message (Expand)AuthorAgeFilesLines
* ofp-actions: Add extension to support "group" action in OF1.0.Ben Pfaff2016-07-141-0/+3
* ofp-actions: Add truncate action.William Tu2016-06-241-0/+3
* ipfix: Support tunnel information for Flow IPFIX.Benli Ye2016-06-171-0/+3
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-3/+10
* Support userdata in NXT_PACKET_IN2.Ben Pfaff2016-02-191-0/+7
* conntrack: Add support for NAT.Jarno Rajahalme2015-11-251-0/+47
* Add support for connection tracking helper/ALGs.Joe Stringer2015-10-131-0/+3
* Add connection tracking mark support.Joe Stringer2015-10-131-0/+23
* Add support for connection tracking.Joe Stringer2015-10-131-0/+23
* ofp-actions: OFPP_ANY (aka OFPP_NONE) is not a valid output port.Ben Pfaff2015-07-291-0/+8
* ofp-actions: Support "copy_field" ONF extension to OpenFlow 1.3.Ben Pfaff2014-12-051-0/+28
* ofp-actions: Update "copy_field" to latest OF1.5 draft.Ben Pfaff2014-12-051-1/+1
* ofp-actions: Only set defined bits when encoding "load" actions.Ben Pfaff2014-12-051-0/+15
* ofp-actions: Properly check for action that exceeds buffer length.Ben Pfaff2014-10-231-0/+16
* ofp-actions: Support OF1.5 (draft) masked Set-Field, merge with reg_load.Ben Pfaff2014-10-081-4/+1
* nx-match: Move all knowledge of OXM/NXM here.Ben Pfaff2014-10-071-4/+29
* ofp-actions: Fix error code for invalid table id.Selvamuthukumar2014-09-241-1/+1
* ofp-actions: Use specific error code for oxm_hasmask=1 in Set-Field.Ben Pfaff2014-08-111-3/+9
* ofp-actions: Add support for OpenFlow 1.5 (draft) Copy-Field action.Ben Pfaff2014-08-111-0/+24
* ovs-ofctl: Generalize action and instruction test commands.Ben Pfaff2014-08-111-17/+17
* ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff2014-08-111-4/+0
* ofp-actions: Pretend that OpenFlow 1.0 has instructions.Ben Pfaff2014-08-111-47/+75
* ofp-errors: Duplicate instruction errorSimon Horman2014-06-021-2/+2
* ofp-actions: Make ofpacts_check() report consistency for all protocols.Ben Pfaff2013-11-201-1/+1
* ofp-actions: Consider L4 actions after mpls_push as inconsistentSimon Horman2013-11-151-0/+12
* ofp-actions: Switch away from odd use of "q" in "enqueue" action format.Ben Pfaff2013-11-111-1/+1
* OF 1.1 pop vlan compatibility.Jarno Rajahalme2013-11-011-1/+1
* OF 1.1 set vlan vid/pcp compatibility.Jarno Rajahalme2013-11-011-2/+2
* Add support for write-actionsSimon Horman2013-10-141-3/+23
* ofp-errors: New error code ONFBIC_DUP_INSTRUCTION.Ben Pfaff2013-06-251-2/+2
* ofp-actions: enforce valid range for table_id in goto_table instructionJing Ai2013-06-051-0/+4
* Implement IPFIX exportRomain Lenglet2013-04-221-0/+6
* nicira-ext: Remove the autopath action.Ethan Jackson2013-02-051-8/+0
* ofp-actions: Fix the check for instruction ordering and duplication.Ben Pfaff2013-01-031-5/+32
* Don't use error categories as if they were actually errors.Jarno Rajahalme2012-12-041-2/+2
* ofp-actions: Add OpenFlow1.1+ Set Queue actionSimon Horman2012-11-301-3/+3
* OF11: push_vlan supportIsaku Yamahata2012-10-261-0/+6
* ofp-actions: Implement writing to metadata fieldJoe Stringer2012-10-181-5/+71
* ofpaction: support OF11 pop_vlanIsaku Yamahata2012-10-181-0/+3
* lib: support OF11 dec_nw_ttlIsaku Yamahata2012-10-181-0/+5
* instruction/clear-actions: string parser/formater, of packet decoder/encoderIsaku Yamahata2012-10-161-2/+16
* instruction: support goto-table actionIsaku Yamahata2012-10-161-3/+20
* ofp-errors: Remove OFPERR_NXBIC_DUP_TYPESimon Horman2012-09-041-1/+2
* tests: Fix autopath testsJoe Stringer2012-08-281-0/+2
* Add Nicira vendor extension action NXAST_DEC_TTL_CNT_IDS.Mehak Mahajan2012-08-161-0/+6
* ofp-actions: Add decoding and encoding OF1.1 instructions and actions.Ben Pfaff2012-07-031-0/+189
* Introduce ofpacts, an abstraction of OpenFlow actions.Ben Pfaff2012-07-031-0/+121