aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2011-04-29ofp-util: Properly handle "tun_id"s in tun_id_from_cookie flows.Ben Pfaff
2011-04-29daemon: Avoid races on pidfile creation.Ben Pfaff
2011-04-29daemon: Integrate checking for an existing pidfile into daemonize_start().Ben Pfaff
2011-04-29Log anything that could prevent a daemon from starting.Ben Pfaff
2011-04-29type-props: New macro for estimating length of a decimal integer.Ben Pfaff
2011-04-01ovsdb-server: Avoid intermittent test failures due to lockfile log message.Ben Pfaff
2011-03-31ovsdb: Truncate bad transactions from database log.Ben Pfaff
2011-03-31ovsdb: Check that ovsdb-server truncates corrupted database logs.Ben Pfaff
2011-03-31ovsdb: Force strong references to non-root tables to be persistent.Ben Pfaff
2011-03-22gitignore: Added ovs-vlan-bug-workaround and testsEthan Jackson
2011-03-16ovs-vsctl: Back out garbage collection changes.Ethan Jackson
2011-03-16ofproto: Remove controller discovery support.Ben Pfaff
2011-03-16ofproto: Get rid of archaic "switch status" OpenFlow extension.Ben Pfaff
2011-03-16ofp-util: New function ofputil_decode_flow_stats_reply().Ben Pfaff
2011-03-16ovs-ofctl: Check min flow format support in negotiate_highest_flow_format().Ben Pfaff
2011-03-16classifier: Omit all-1-bits mask for VLAN TCI in cls_rule_format().Ben Pfaff
2011-03-16ofp-print: Consistently print priority only if it is not default.Ben Pfaff
2011-03-16tests: Fix up interface-reconfigure test and results.Ben Pfaff
2011-03-14ovsdb-server: Report time since last connect and disconnect for each manager.Andrew Evans
2011-03-14ofp-print: Omit timestamp when printing packets in ofp_packet_to_string().Ben Pfaff
2011-03-10ovsdb: Implement garbage collection.Ben Pfaff
2011-03-10ovsdb: Improve error message for duplicate uuid-name.Ben Pfaff
2011-03-10ovsdb-data: Verify that named-uuid string is an <id>.Ben Pfaff
2011-03-10python/ovs/ovsuuid: Fix behavior of UUID.from_json() with no symbol table.Ben Pfaff
2011-03-10reconnect: Rename CONNECT_IN_PROGRESS state to CONNECTING (like rconn).Andrew Evans
2011-03-10xenserver: Delete Bridge when creating vlan.Ethan Jackson
2011-03-10reconnect: Fix printf() format warning.Ethan Jackson
2011-03-09reconnect: Track last-disconnected time.Andrew Evans
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-28xenserver: Add support for disabling in-band management via XAPI.Andrew Evans
2011-02-24ofp-print: Don't print priority for flow stats requests.Ben Pfaff
2011-02-23test-ovsdb: Check uuid_from_string() return value.Ben Pfaff
2011-02-23test-ovsdb: Don't leak return value from ovsdb_txn_commit().Justin Pettit
2011-02-23multipath: Validate multipath actions more thoroughly in multipath_parse().Ben Pfaff
2011-02-18ovsdb: Remove 'managers' column from 'Open vSwitch' table.Andrew Evans
2011-02-15ovsdb-tool: New command "needs-conversion".Ben Pfaff
2011-02-15ovsdb-tool: Add commands for printing the database checksum.Ben Pfaff
2011-02-11xenserver: Remove support for XenServer versions older than 5.6 FP1.Justin Pettit
2011-02-11xenserver: Merge upstream changes and drop pre-5.6.100 support.Andrew Evans
2011-02-08ovs-vsctl: Add new "find" command.Ben Pfaff
2011-02-08ovs-vsctl: Add --columns options to "list" command.Ben Pfaff
2011-02-07ovs-vsctl: Add commands to get/delete/set manager connections.Andrew Evans
2011-02-07daemon: Define daemon options enums the same way as other option enums.Ben Pfaff
2011-02-03xenserver: Allow LACP configuration from xapi.Ethan Jackson
2011-02-02nicira-ext: Support matching IPv6 Neighbor Discovery messages.Justin Pettit
2011-02-02nicira-ext: Support matching IPv6 traffic.Justin Pettit
2011-02-02nicira-ext: Support matching ARP source and target hardware addresses.Justin Pettit
2011-02-02lib: Replace IP_TYPE_ references with IPPROTO_.Justin Pettit
2011-02-01tests: Add test suite for packets.h.Justin Pettit