aboutsummaryrefslogtreecommitdiff
path: root/utilities/ovs-ofctl.c
AgeCommit message (Expand)Author
2011-11-04ovs-ofctl: Correct bad reference in parse-flows error message.Justin Pettit
2011-10-21Implement new fragment handling policy.Ben Pfaff
2011-08-09ofp-util: Rename struct flow_stats_request with ofputil_ prefix.Ben Pfaff
2011-08-09ofp-util: Rename struct flow_mod to struct ofputil_flow_mod.Ben Pfaff
2011-08-09ovs-ofctl: Fix reading flows from file for "replace-flows", "diff-flows".Ben Pfaff
2011-08-04util: Introduce get_program_version function.Justin Pettit
2011-07-28ovs-ofctl: Print human readable nx_pull_match() errors.Ethan Jackson
2011-07-27ovs-ofctl: Fix dump-ports and queue-stats commands.Ben Pfaff
2011-07-27ovs-ofctl: New --readd option for "replace-flows".Ben Pfaff
2011-07-21ovs-ofctl: Use strchr() instead of strstr().Ben Pfaff
2011-07-20ovs-ofctl: Improve error message for "ovs-ofctl show nonexistent".Ben Pfaff
2011-06-30ofp-util: Simplify iteration through OpenFlow actions.Ben Pfaff
2011-06-23ovs-ofctl: Accept only valid flow_mod and flow_stats_request fields.Ben Pfaff
2011-06-17ovs-ofctl: Print the offending flow on parse error when reading from a file.Andrew Evans
2011-06-16ovs-ofctl: Add 'replace-flows' command to usage.Andrew Evans
2011-06-14openflow: Remove 'body' member from struct ofp_stats_msg.Ben Pfaff
2011-06-14openflow: Merge ofp_stats_request and ofp_stats_reply.Ben Pfaff
2011-05-18Merge 'next' into 'master'.Ben Pfaff
2011-05-16Consistently write null pointer constants as NULL instead of 0.Ben Pfaff
2011-05-12Merge 'master' into 'next'.Ben Pfaff
2011-05-12Implement basic multiple table support.Ben Pfaff
2011-05-11ofproto: Make rule construction and destruction more symmetric.Ben Pfaff
2011-05-11ofproto: Improve abstraction by adding function ofproto_parse_name().Ben Pfaff
2011-05-10stream-ssl: Improve messages when configuring SSL if it is unsupported.Ben Pfaff
2011-04-26Remove support for obsolete "tun_id_from_cookie" extension.Ben Pfaff
2011-04-04Log anything that could prevent a daemon from starting.Ben Pfaff
2011-04-04util: New function ovs_fatal_valist().Ben Pfaff
2011-03-31ovs-ofctl: Remove dead assignment.Ethan Jackson
2011-03-30Fix compilation of openvswitch-1.1.0pre2 on FreeBSD-8.1Gaetano Catalli
2011-03-18ovs-ofctl: Make mod-flows and del-flows commands able read files.Ben Pfaff
2011-03-18ofp-parse: Generalize parse_ofp_add_flow_file() to parse_ofp_flow_mod_file().Ben Pfaff
2011-03-18ovs-ofctl: New commands "replace-flows" and "diff-flows".Ben Pfaff
2011-03-18ovs-ofctl: Use ovs_be32 for big-endian variable.Ben Pfaff
2011-03-16ofproto: Get rid of archaic "switch status" OpenFlow extension.Ben Pfaff
2011-03-16ovs-ofctl: Check min flow format support in negotiate_highest_flow_format().Ben Pfaff
2011-03-09ovs-ofctl: Make add-flows command read from stdin if file name is "-".Ben Pfaff
2011-03-01ovs-ofctl: Implement documented semantics of --flow-format for flow_mods.Ben Pfaff
2011-02-23multipath: Validate multipath actions more thoroughly in multipath_parse().Ben Pfaff
2011-01-12ofp-print: Add tests for OpenFlow message formatting.Ben Pfaff
2010-12-09ovs-ofctl: Fix del-flows command parsing bugs.Ben Pfaff
2010-12-07ovs-ofctl: Add --more option to increase OpenFlow message verbosity.Ben Pfaff
2010-12-07ovs-ofctl: Add NXM support.Ben Pfaff
2010-12-03ovs-ofctl: Demote common log messages from INFO to DBG level.Ben Pfaff
2010-12-03ovs-ofctl: Reimplement dumping particular tables.Ben Pfaff
2010-12-02openflow: Change ofp_phy_port's 'name' member from uint8_t[] to char[].Ben Pfaff
2010-12-02ovs-ofctl: Check that commands actually succeed.Ben Pfaff
2010-12-02ovs-ofctl: Remove now-useless "tun-cookie" command.Ben Pfaff
2010-12-02ovs-ofctl: Factor out common code in str_to_port_no(), do_mod_port().Ben Pfaff
2010-11-29ovs-ofctl: Remove stray printf.Ben Pfaff
2010-11-29ovs-ofctl: Simplify code by using strcasecmp() instead of strncasecmp().Ben Pfaff