summaryrefslogtreecommitdiff
path: root/tests/learn.at
Commit message (Expand)AuthorAgeFilesLines
* learn: Fix parsing immediate value for a field match.Ilya Maximets2022-11-241-2/+2
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+1
* learn: improve test caseWilliam Tu2018-02-011-0/+38
* flow: Add some L7 payload data to most L4 protocols that accept it.Ben Pfaff2018-01-271-20/+20
* ovs-ofctl: New option "--no-stats" for "ovs-ofctl dump-flows".Ben Pfaff2017-06-141-39/+20
* ofp-actions: Add limit to learn action.Daniele Di Proietto2017-03-161-0/+191
* ofp-parse: Allow match field names in actions and brackets in matches.Jarno Rajahalme2017-01-041-2/+2
* Change some old references to nicira-ext.h.Thadeu Lima de Souza Cascardo2016-09-301-1/+1
* netdev-*: Do not use dp_packet_pad() in recv() functions.Daniele Di Proietto2016-07-291-12/+12
* Add support for extended netdev statistics based on RFC 2819.mweglicx2016-05-061-12/+12
* ofproto-macros: Change STRIP_XIDS from macro to shell function.Ben Pfaff2016-01-281-3/+3
* tests: Change ADD_OF_PORTS from macro to shell function.Ben Pfaff2016-01-281-3/+3
* metaflow: Extend size of mf_value to 128 bytes.Jesse Gross2015-06-251-1/+1
* learn: Improve error reporting.Ben Pfaff2015-05-291-0/+14
* tests: Use the 'LARGE_MSECS' variation of time/warp at more places.Gurucharan Shetty2014-07-151-3/+1
* Implement learned flow deletion.Ben Pfaff2014-06-121-2/+136
* Remove --enable-of14 option because the implementation is now safe.Ben Pfaff2014-05-141-4/+4
* learn.at: Fix a shell syntaxYAMAMOTO Takashi2014-04-101-1/+1
* learn.at: Fix a race in "learn refreshes hard_age" testYAMAMOTO Takashi2014-04-081-1/+2
* learn.at: Fix a race in "self-modifying flow with hard_timeout"YAMAMOTO Takashi2014-04-081-1/+29
* learn.at: Fix a race in "self-modifying flow with idle_timeout" testYAMAMOTO Takashi2014-04-081-1/+7
* Disable OF1.4 in ovs-vswitchd and ovs-ofctl without specially enabling.Ben Pfaff2014-03-231-4/+4
* learn.at: fix a race in "self-modifying flow with hard_timeout" testYAMAMOTO Takashi2014-03-121-7/+14
* learn.at: fix a commentYAMAMOTO Takashi2014-03-121-1/+1
* learn.at: wrap long commentsYAMAMOTO Takashi2014-03-121-2/+4
* tests: Test learned flow idle timeouts.Joe Stringer2014-03-111-0/+103
* tests/learn.at: Workaround a raceYAMAMOTO Takashi2013-12-201-0/+3
* ofp-actions: Make ofpacts_check() report consistency for all protocols.Ben Pfaff2013-11-201-2/+0
* ofp-util: Enforce OpenFlow 1.1+ table_id requirements in flow_mod messages.Ben Pfaff2013-11-011-2/+2
* lib/ofp-actions: Enforce action consistency.Jarno Rajahalme2013-10-231-0/+2
* timeval: Remove CACHE_TIME scheme.Alex Wang2013-09-041-0/+1
* lib: Keep track of usable protocols while parsing.Jarno Rajahalme2013-08-271-4/+4
* meta-flow: Use correct OF1.2+ errors for invalid fields in actions.Ben Pfaff2013-08-231-2/+2
* tests: Fix problems in "learning action - self-modifying flow" test.Ben Pfaff2013-08-131-1/+3
* Add basic OpenFlow 1.1 protocol support.Ben Pfaff2013-07-081-1/+1
* ofp-parse: Do not exit() upon a parse error.Ben Pfaff2013-07-081-0/+2
* ofproto/ofproto-dpif.c: Re-implement the ofproto/trace commandAlex Wang2013-05-211-8/+8
* meta-flow: Add MFF_IN_PORT_OXM, a 32-bit in_port.Jarno Rajahalme2013-05-201-0/+22
* Do not perform validation in learn_parse();Simon Horman2013-05-081-5/+7
* tests: Add test for self-modifying learn action.Ben Pfaff2013-02-111-0/+35
* ofproto: Properly refresh rule modified time when nothing else changes.Ben Pfaff2013-01-251-0/+75
* ofp-util: Make "OXM" flow format name include both OpenFlow 1.2 and 1.3.Ben Pfaff2012-11-291-1/+1
* Initial OpenFlow 1.3 supportJarno Rajahalme2012-11-271-1/+1
* ofp-util: Allow use of OpenFlow 12 flow formatBen Pfaff2012-11-161-1/+1
* tests: Rewrite unit tests to not expect bridge with odp zero.Justin Pettit2012-11-011-21/+41
* Separate OpenFlow port numbers from datapath ones.Justin Pettit2012-11-011-1/+2
* Introduce ofpacts, an abstraction of OpenFlow actions.Ben Pfaff2012-07-031-2/+2
* meta-flow: Accept NXM and OXM field names, support NXM and OXM for output.Ben Pfaff2012-06-261-1/+1
* ofp-print: Add some more white space to flow dumps.Ben Pfaff2012-05-011-7/+7
* learn: Make it possible to parse "load" actions wider than 64 bits.Ben Pfaff2012-04-131-3/+6