summaryrefslogtreecommitdiff
path: root/utilities/ovs-ofctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ovs-ofctl: Reject impossible protocols configurations at startup.Ben Pfaff2012-11-291-0/+18
* ovs-ofctl: Add option to set allowed OpenFlow versionsSimon Horman2012-11-291-23/+30
* Fix handling of OFPP_ANY in OpenFlow 1.1 and later.Jarno Rajahalme2012-11-271-4/+4
* ovs-ofctl: Don't rely on stat() to check unix sockets.Ethan Jackson2012-11-201-15/+25
* ofp-util: Make ofputil_encode_set_protocol() able to return failure.Ben Pfaff2012-11-161-1/+1
* ovs-ofctl: Style fix.Ben Pfaff2012-11-161-1/+2
* tests: Add tests for encoding and decoding OpenFlow hello messages.Ben Pfaff2012-11-091-0/+15
* vconn: Replace minimum version with bitmap of allowed versions.Simon Horman2012-11-041-3/+2
* ofp-util: Separate output, error reporting in ofputil_port_from_string().Ben Pfaff2012-10-181-2/+3
* ofp-msgs: Open Flow 1.1 and 1.2 Queue Status MessagesSimon Horman2012-10-121-10/+6
* ofp-msgs: Open Flow 1.1 and 1.2 Port Status MessagesSimon Horman2012-10-101-5/+1
* ofp-util: Set Packet In Format: Use prevailing OpenFlow versionSimon Horman2012-10-041-2/+6
* ovs-ofctl: Accept port keywords, OF1.1 port numbers, reject port number 0.Ben Pfaff2012-09-201-6/+3
* Introduce sparse flows and masks, to reduce memory usage and improve speed.Ben Pfaff2012-09-041-1/+1
* classifier: Prepare for "struct cls_rule" needing to be destroyed.Ben Pfaff2012-09-041-0/+2
* classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".Ben Pfaff2012-09-041-75/+76
* flow: Replace flow_wildcards members by a single "struct flow".Ben Pfaff2012-09-041-7/+7
* ovs-ofctl: Use vconn as a parameter of dump_stats_transaction()Simon Horman2012-08-291-18/+19
* ovs-ofctl: Fix memory leak in "check-vlan" test command.Ben Pfaff2012-08-171-0/+1
* ofp-util: Prepare Packet Out encoder for other Open Flow versionsSimon Horman2012-08-081-2/+3
* tests: Test that ofp10_match bytes that should be ignored really are.Ben Pfaff2012-08-071-4/+36
* ofp-util: Make make_echo_request() aware of different OpenFlow versions.Simon Horman2012-08-061-1/+1
* ofp-error: Remove ofperr_domain from external APISimon Horman2012-08-061-8/+5
* ofp-util: Allow encoding of Open Flow 1.1 & 1.2 Barrier Request MessagesSimon Horman2012-08-061-1/+1
* nx-match: Separate raw match and header/pad pull/putSimon Horman2012-08-061-13/+30
* openflow: Separate OF1.0, OF1.1 flow_mod constants and types.Ben Pfaff2012-07-301-4/+4
* openflow: Rename OpenFlow 1.0 statistics messages with "10" infix.Ben Pfaff2012-07-301-2/+2
* ofp-msgs: New approach to encoding and decoding OpenFlow headers.Ben Pfaff2012-07-301-93/+83
* ovs-ofctl: Avoid printing false differences on "ovs-ofctl diff-flows".Ben Pfaff2012-07-231-22/+34
* tests: OXM VLAN match encoding and decodingSimon Horman2012-07-231-0/+24
* tests: Add more tests for VLAN match encoding and decoding.Ben Pfaff2012-07-191-0/+76