summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* ovs-ofctl: Add support for drop_spoofed_arp action.Ben Pfaff2010-09-101-0/+9
* treewide: Remove trailing whitespaceJoe Perches2010-08-302-9/+9
* utilities: Remove ovs-wdt.Ben Pfaff2010-08-253-255/+0
* utilities: Remove ovs-monitor.Ben Pfaff2010-08-252-128/+0
* ovs-parse-leaks: Add manpage.Ben Pfaff2010-08-253-2/+37
* Fix SSL boilerplate descriptions in manpages.Ben Pfaff2010-08-192-0/+8
* Fix typos in manpages.Ben Pfaff2010-08-191-1/+1
* ovs-vsctl: Fix parsing of short SSL options.Ben Pfaff2010-08-191-1/+6
* Remove vestigial support for Spanning Tree Protocol.Ben Pfaff2010-08-132-21/+1
* ofproto: Add support for remote "service controllers".Ben Pfaff2010-08-061-19/+19
* ovs-openflowd: Fix support for multiple controllers.Ben Pfaff2010-08-062-4/+13
* ovs-pki: Create private keys with restricted permissions.Ben Pfaff2010-08-061-6/+14
* ovs-pki: Create log directory if it does not exist.Ben Pfaff2010-08-061-0/+9
* ovs-pki: Consistently write error messages to stderr.Ben Pfaff2010-08-061-6/+6
* vswitchd: Move fail-mode config to Bridge tableJustin Pettit2010-07-302-45/+12
* vswitchd: Remove default controller config from Open_vSwitch tableJustin Pettit2010-07-302-150/+56
* ovs-ofctl: Add support for OpenFlow enqueue action.Ben Pfaff2010-07-301-0/+5
* ovs-controller: Add ability to define default flowsJustin Pettit2010-07-302-1/+31
* learning-switch: Add ability to define default flowsJustin Pettit2010-07-301-1/+1
* ofp-parse: Break string-to-openflow parsing into library functionsJustin Pettit2010-07-301-474/+25
* vlog: Make the vlog module catalog program-specific.Ben Pfaff2010-07-212-5/+6
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-216-12/+12
* vlog: Remove explicit calls to vlog_init().Ben Pfaff2010-07-218-8/+0
* timeval: Make time_init() static and remove calls to it.Ben Pfaff2010-07-219-10/+1
* ovs-controller: Add support for OpenFlow queues.Ben Pfaff2010-07-202-4/+33
* ovs-vsctl: Fix unitialized variables.Jesse Gross2010-07-161-2/+2
* ovs-vsctl: Do not allow record names to be abbreviated.Ben Pfaff2010-07-162-39/+14
* ovs-vsctl: Make --help capitalization and spelling more consistent.Ben Pfaff2010-07-141-2/+2
* ovsdb-idl: Transition to better interfaces for reading table columns.Ben Pfaff2010-07-121-44/+32
* ovs-pki: Allow generating certificates with duplicate subjects.Ben Pfaff2010-06-291-0/+1
* doc: Change "-" to "\-" in appropriate places.Ben Pfaff2010-06-299-129/+129
* ovs-vsctl: Add "wait-until" command.Ben Pfaff2010-06-292-8/+135
* ovs-vsctl: Make partial matches on record names optional.Ben Pfaff2010-06-291-6/+19
* ovs-vsctl: Prepare for more flexible database argument parsing.Ben Pfaff2010-06-291-9/+94
* ovs-vsctl: Allow commands to tell ovs-vsctl to try again later.Ben Pfaff2010-06-291-12/+27
* ovs-ofctl: Warn about flows not in normal form.Ben Pfaff2010-06-282-8/+33
* ovs-vsctl: Make "ovs-vsctl get <table> <record> _uuid" work.Ben Pfaff2010-06-241-0/+9
* ovs-vsctl: Add details to documentation for "emer-reset" command.Ben Pfaff2010-06-241-3/+6
* ovsdb-idl: Simplify usage of ovsdb_idl_run().Ben Pfaff2010-06-231-8/+1
* Use shash_destroy_free_data() to simplify a few scattered pieces of code.Ben Pfaff2010-06-231-11/+2
* Implement QoS framework.Ben Pfaff2010-06-171-0/+8
* vconn: Move OpenFlow utility functions into new file ofp-util.c.Ben Pfaff2010-06-171-0/+1
* ovs-vsctl: Support references among records at creation time.Ben Pfaff2010-06-172-21/+80
* ovs-vsctl: Add support for command options that accept arguments.Ben Pfaff2010-06-171-3/+28
* ovs-vsctl: Update manpage. Use same order as ovs-vswitchd.conf.db.5.Ben Pfaff2010-06-171-3/+10
* ovs-vsctl: Fix assert-fail when an error occurs and "create" command used.Ben Pfaff2010-06-171-6/+8
* ovs-vsctl: Fix spelling error in log message.Ben Pfaff2010-06-171-1/+1
* ofproto: Make OpenFlow connection log messages name the datapath.Ben Pfaff2010-06-081-1/+1
* rconn: Drop rconn_new(), rconn_new_from_vconn() functions.Ben Pfaff2010-06-081-1/+2
* rconn: Drop 'name' arg to rconn_new_from_vconn(), rconn_connect_unreliably().Ben Pfaff2010-06-081-5/+5