aboutsummaryrefslogtreecommitdiff
path: root/utilities/ovs-ofctl.c
AgeCommit message (Expand)Author
2013-02-01Use is_pow2() function, where possible, instead of IS_POW2 macro.Ben Pfaff
2013-01-24rconn: Fix null pointer dereference in rconn_add_monitor().Ben Pfaff
2013-01-24ovs-ofctl: Use vconn_open() instead of vconn_open_block() in open_vconn__().Ben Pfaff
2013-01-16Replace most uses of assert by ovs_assert.Ben Pfaff
2013-01-04vconn: Fix parameters for vconn_open(), vconn_open_block(), pvconn_open().Ben Pfaff
2012-12-04ofp-errors: Correctly encode errors as extensions or not depending on domain.Ben Pfaff
2012-11-29ovs-ofctl: By default, do not set flow format for OpenFlow 1.1+Simon Horman
2012-11-29ovs-ofctl: Reject impossible protocols configurations at startup.Ben Pfaff
2012-11-29ovs-ofctl: Add option to set allowed OpenFlow versionsSimon Horman
2012-11-27Fix handling of OFPP_ANY in OpenFlow 1.1 and later.Jarno Rajahalme
2012-11-20ovs-ofctl: Don't rely on stat() to check unix sockets.Ethan Jackson
2012-11-16ofp-util: Make ofputil_encode_set_protocol() able to return failure.Ben Pfaff
2012-11-16ovs-ofctl: Style fix.Ben Pfaff
2012-11-09tests: Add tests for encoding and decoding OpenFlow hello messages.Ben Pfaff
2012-11-04vconn: Replace minimum version with bitmap of allowed versions.Simon Horman
2012-10-18ofp-util: Separate output, error reporting in ofputil_port_from_string().Ben Pfaff
2012-10-12ofp-msgs: Open Flow 1.1 and 1.2 Queue Status MessagesSimon Horman
2012-10-10ofp-msgs: Open Flow 1.1 and 1.2 Port Status MessagesSimon Horman
2012-10-04ofp-util: Set Packet In Format: Use prevailing OpenFlow versionSimon Horman
2012-09-20ovs-ofctl: Accept port keywords, OF1.1 port numbers, reject port number 0.Ben Pfaff
2012-09-04Introduce sparse flows and masks, to reduce memory usage and improve speed.Ben Pfaff
2012-09-04classifier: Prepare for "struct cls_rule" needing to be destroyed.Ben Pfaff
2012-09-04classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".Ben Pfaff
2012-09-04flow: Replace flow_wildcards members by a single "struct flow".Ben Pfaff
2012-08-29ovs-ofctl: Use vconn as a parameter of dump_stats_transaction()Simon Horman
2012-08-17ovs-ofctl: Fix memory leak in "check-vlan" test command.Ben Pfaff
2012-08-08ofp-util: Prepare Packet Out encoder for other Open Flow versionsSimon Horman
2012-08-07tests: Test that ofp10_match bytes that should be ignored really are.Ben Pfaff
2012-08-06ofp-util: Make make_echo_request() aware of different OpenFlow versions.Simon Horman
2012-08-06ofp-error: Remove ofperr_domain from external APISimon Horman
2012-08-06ofp-util: Allow encoding of Open Flow 1.1 & 1.2 Barrier Request MessagesSimon Horman
2012-08-06nx-match: Separate raw match and header/pad pull/putSimon Horman
2012-07-30openflow: Separate OF1.0, OF1.1 flow_mod constants and types.Ben Pfaff
2012-07-30openflow: Rename OpenFlow 1.0 statistics messages with "10" infix.Ben Pfaff
2012-07-30ofp-msgs: New approach to encoding and decoding OpenFlow headers.Ben Pfaff
2012-07-23ovs-ofctl: Avoid printing false differences on "ovs-ofctl diff-flows".Ben Pfaff
2012-07-23tests: OXM VLAN match encoding and decodingSimon Horman
2012-07-19tests: Add more tests for VLAN match encoding and decoding.Ben Pfaff
2012-07-17tests: Add detailed test for OF1.0 match decoding and encoding.Ben Pfaff
2012-07-16ovs-ofctl: Fix use-after-free error.Ben Pfaff
2012-07-12ovs-ofctl: Avoid use-after-free upon "ofctl/unblock" when connection dies.Ben Pfaff
2012-07-12ofproto: New feature to notify controllers of flow table changes.Ben Pfaff
2012-07-12ovs-ofctl: Add --sort and --rsort options for "dump-flows" command.Ben Pfaff
2012-07-12ovs-ofctl: Factor code out of read_flows_from_switch().Ben Pfaff
2012-07-12ovs-ofctl: Use the prepared connection to dump flows in do_dump_flows__().Ben Pfaff
2012-07-09Rename static functions to increase uniqueness.Arun Sharma
2012-07-03ofp-actions: Add decoding and encoding OF1.1 instructions and actions.Ben Pfaff
2012-07-03Introduce ofpacts, an abstraction of OpenFlow actions.Ben Pfaff
2012-07-02Use UTC consistently instead of local timezone.Ben Pfaff
2012-06-27ovs-ofctl: Fix handling of unexpected replies in dump_stats_transaction().Ben Pfaff