aboutsummaryrefslogtreecommitdiff
path: root/utilities
AgeCommit message (Expand)Author
2011-06-30ofp-util: Simplify iteration through OpenFlow actions.Ben Pfaff
2011-06-29ovs-ctl: Fix ovs-dpctl invocation.Ben Pfaff
2011-06-28utilities: Update gitignore.Ethan Jackson
2011-06-23ovs-ofctl: Accept only valid flow_mod and flow_stats_request fields.Ben Pfaff
2011-06-23ovs-ctl: Use iptables -n -L instead of -S for compatibility.Ben Pfaff
2011-06-23ovs-ctl: Fix incorrect error message.Ben Pfaff
2011-06-21Avoid inserting duplicate iptables rules when restarting vswitch.Ben Pfaff
2011-06-21ovs-ctl: Clean up temporary file used for force-reload-kmod.Ben Pfaff
2011-06-21ovs-ctl: Use "action" to print success or failure directly.Ben Pfaff
2011-06-21ovsdb-idl: Plug hole in state machine.Ben Pfaff
2011-06-17utilities: Install ovs-save in scripts directory.Ben Pfaff
2011-06-17Refactor initscripts into distro-independent and distro-specific pieces.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-16ovs-appctl: Fix typo in usage message.Ben Pfaff
2011-06-14ofp-parse: Ignore extra fields produced by dump-flows.Ben Pfaff
2011-06-14ofp-parse: Add support for vlan_tci field.Ben Pfaff
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-06-09Remove NXAST_DROP_SPOOFED_ARP action.Justin Pettit
2011-06-07ovs-vsctl: New "comment" command.Ben Pfaff
2011-06-07ofp-parse: Add support for dl_dst masks in flow match parsing.Ben Pfaff
2011-06-07ovs-openflowd: Rename test-openflowd and move to "tests" directory.Ben Pfaff
2011-06-07ovs-save: Fix address label processing.Alexey I. Froloff
2011-06-01ovs-controller: Allow --wildcards to specify a wildcard set.Ben Pfaff
2011-05-26ovs-vsctl: Clarify meaning of --may-exist options.Ben Pfaff
2011-05-24ovs-vsctl: Add "show" command for printing an overview of configuration.Ben Pfaff
2011-05-23docs: Suppress "warning: macro `DD' not defined" warnings from man.Ben Pfaff
2011-05-20cfm: Remove Maintenance_Point and Monitor tables.Ethan Jackson
2011-05-18Merge 'next' into 'master'.Ben Pfaff
2011-05-16Consistently write null pointer constants as NULL instead of 0.Ben Pfaff
2011-05-16Add missing "static" keywords.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-11dpif: Improve abstraction by making 'run' and 'wait' functions per-dpif.Ben Pfaff
2011-05-11bridge: Move packet processing functionality into ofproto.Ben Pfaff
2011-05-10stream-ssl: Improve messages when configuring SSL if it is unsupported.Ben Pfaff
2011-05-10ovs-vsctl: Issue warning for likely erroneous "get" commands.Ben Pfaff
2011-05-04bridge: Eliminate direct dependencies on dpif.Ben Pfaff
2011-05-04ovs-tcpundump: Document that ovs-appctl sends ofproto/trace command.Ben Pfaff
2011-05-02ovs-dpctl: Add -s option to print packet and byte counters.Ben Pfaff
2011-04-26Remove support for obsolete "tun_id_from_cookie" extension.Ben Pfaff
2011-04-25ovs-controller: Honor --wildcard option.Ben Pfaff
2011-04-12ovsdb-idl: Suppress "delete" operations for garbage-collected tables.Ben Pfaff
2011-04-11autopath: Create the autopath action.Ethan Jackson
2011-04-04daemon: Integrate checking for an existing pidfile into daemonize_start().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