summaryrefslogtreecommitdiff
path: root/utilities/ovs-ofctl.c
Commit message (Expand)AuthorAgeFilesLines
* ofp-util: Implement OFPMP_TABLE_FEATURES decoding and printing.Alexander Wu2014-03-231-0/+17
* ofproto: Allow the use of the OpenFlow 1.4 protocolAlexandru Copot2014-03-231-0/+1
* ovs-ofctl: Use fcntl instead of sys/fcntl.Gurucharan Shetty2014-03-171-1/+1
* lib: simplify flow_extract() APIAndy Zhou2014-02-281-2/+4
* fatal-signal: SIGPIPE for Windows.Gurucharan Shetty2014-02-261-1/+2
* lib/pcap-file: add 'ovs_' prefix to pcap functionsLuigi Rizzo2014-01-231-4/+4
* classifier: Use fat_rwlock instead of ovs_rwlock.Ben Pfaff2014-01-141-8/+8
* ovs-ofctl: New command "ofp-parse-pcap" to dump OpenFlow from PCAP files.Ben Pfaff2013-12-231-2/+91
* pcap-file: Add timestamp support for reading and writing pcap files.Ben Pfaff2013-12-231-1/+1
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-1/+1
* ovs-ofctl: Replace TODO with XXX.Ethan Jackson2013-12-131-1/+1
* Avoid printf type modifiers not supported by MSVC C runtime library.Alin Serdean2013-11-251-10/+10
* ofp-actions: Make ofpacts_check() report consistency for all protocols.Ben Pfaff2013-11-201-19/+11
* Classifier: Staged subtable matching.Jarno Rajahalme2013-11-191-2/+2
* ofproto: Centralize action checking, doing it at decode time.Ben Pfaff2013-11-011-2/+3
* ofp-actions: Simplify interface and internal structure.Jarno Rajahalme2013-11-011-9/+12
* Implement OFPT_QUEUE_GET_CONFIG_REQUEST and OFPT_QUEUE_GET_CONFIG_REPLY.Venkitachalam Gopalakrishnan2013-10-291-0/+22
* lib/ofp-actions: Enforce action consistency.Jarno Rajahalme2013-10-231-9/+18
* ofp-actions: Distinguish OF1.1/1.2 push_mpls from OF1.3+.Joe Stringer2013-10-211-4/+4
* ofp-actions: Make ofpacts_format() caller add "actions=" if it wants it.Ben Pfaff2013-10-141-1/+4
* ovs-ofctl: Add undocumented "parse-pcap" command, for testing.Ben Pfaff2013-10-091-0/+32
* ovs-ofctl: Add meter support.Jarno Rajahalme2013-09-161-2/+113
* vlog: Report timestamps in millisecond resolution in log messages.Paul Ingram2013-09-131-1/+2
* openflow-1.1+: OFPT_TABLE_MOD (part 1)Andy Zhou2013-09-071-0/+38
* Implement OpenFlow 1.1+ "groups" protocol.Neil Zhu2013-09-021-0/+162
* lib: Keep track of usable protocols while parsing.Jarno Rajahalme2013-08-271-28/+35
* ofp-util: Abstract flow_mod OFPFF_* flags.Ben Pfaff2013-08-271-1/+2
* classifier: Make use of the classifier thread safe.Ethan Jackson2013-08-091-0/+8
* ovs-ofctl: Add "ofp-parse" command for printing OpenFlow from a file.Ben Pfaff2013-08-061-1/+54
* clang: Fix the alignment warning.Alex Wang2013-07-231-2/+2
* Avoid designated initializers and static decls of arrays of unknown size.Linda Sun2013-07-191-2/+7
* ofp-util: Add 'modify_cookie' to struct ofputil_flow_mod, to support OF1.1.Ben Pfaff2013-07-081-0/+1
* ofp-parse: Do not exit() upon a parse error.Ben Pfaff2013-07-081-15/+56
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-5/+5
* Fix table checking for goto table instruction.Jarno Rajahalme2013-06-281-3/+9
* ofp-errors: Implement OpenFlow 1.2+ experimenter error codes.Ben Pfaff2013-06-251-6/+9
* Create specific types for ofp and odp portAlex Wang2013-06-201-11/+21
* ofp-actions: enforce valid range for table_id in goto_table instructionJing Ai2013-06-051-3/+14
* Always check return value of strftime().Ben Pfaff2013-05-081-6/+2
* ovs-ofctl: Fix bad info in comment on transact_multiple_noreply().Ben Pfaff2013-05-071-3/+3
* ovs-ofctl: Make "ovs-ofctl monitor" respond to echo requests.Ben Pfaff2013-05-031-7/+27
* Make most "struct option" instances "const".Ben Pfaff2013-05-031-1/+1
* Use gmtime_r() and localtime_r() instead of non-thread-safe versions.Ben Pfaff2013-05-021-1/+3
* Use is_pow2() function, where possible, instead of IS_POW2 macro.Ben Pfaff2013-02-011-1/+1
* rconn: Fix null pointer dereference in rconn_add_monitor().Ben Pfaff2013-01-241-6/+12
* ovs-ofctl: Use vconn_open() instead of vconn_open_block() in open_vconn__().Ben Pfaff2013-01-241-2/+1
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-1/+1
* vconn: Fix parameters for vconn_open(), vconn_open_block(), pvconn_open().Ben Pfaff2013-01-041-4/+5
* ofp-errors: Correctly encode errors as extensions or not depending on domain.Ben Pfaff2012-12-041-0/+35
* ovs-ofctl: By default, do not set flow format for OpenFlow 1.1+Simon Horman2012-11-291-13/+26