summaryrefslogtreecommitdiff
path: root/utilities
Commit message (Expand)AuthorAgeFilesLines
* ovn-sbctl: Use environment var OVN_SB_DB to find the database by default.Ben Pfaff2015-10-071-2/+3
* ovn-ctl: Ability to upgrade databases.Gurucharan Shetty2015-10-022-40/+43
* ovn-ctl, ovs-ctl: Move common code to ovs-lib.Gurucharan Shetty2015-10-022-10/+12
* ovs-dev.py: add --monitor and optionAndy Zhou2015-09-301-0/+6
* ovs-dev.py: add --user optionAndy Zhou2015-09-301-1/+11
* ovs-dev.py: run operational commands as rootAndy Zhou2015-09-301-2/+14
* ovs-dev.py: rename ROOT to RUNDIRAndy Zhou2015-09-301-13/+15
* ovs-dev.py: allow current directory to be used as the working directoryAndy Zhou2015-09-301-0/+3
* lib/daemon: support --user option for all OVS daemonAndy Zhou2015-09-302-3/+7
* Fix typos in comments.Ben Pfaff2015-09-141-1/+1
* smap: New macro SMAP_CONST1 for initializing immutable 1-member smaps.Ben Pfaff2015-09-081-3/+1
* ovs-ctl: Add option to delete transient ports.Thadeu Lima de Souza Cascardo2015-09-012-1/+20
* tunnel: Support matching on the presence of Geneve options.Jesse Gross2015-08-281-1/+6
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-1/+1
* ovs-ctl: Fix indentation when deleting bridges.Thadeu Lima de Souza Cascardo2015-08-271-1/+1
* ovs-pki: Handle Windows style path.Gurucharan Shetty2015-08-251-2/+2
* ovs-ofctl: Document missing shorthand notations.Justin Pettit2015-08-251-0/+21
* ovs-vsctl: Add the missing ssl bootstrapping option parsing.Gurucharan Shetty2015-08-211-0/+6
* ovs-ctl: do not attempt to restore flows when called with --delete-bridgesSimon Horman2015-08-211-4/+8
* db-ctl-base: Allow print rows that weak reference to table inAlex Wang2015-08-131-7/+13
* ovn-nbctl: Move ovn-nbctl to utilities directory.Alex Wang2015-08-081-1/+1
* treewide: Fix doubled "the".Ben Pfaff2015-08-032-2/+2
* ovs-ofctl: Refine documentation of Geneve option mapping.Ben Pfaff2015-08-031-23/+24
* ofp-print: Abbreviate duplicated table features.Ben Pfaff2015-07-281-2/+66
* db-ctl-base: make cmd_show_table privateAndy Zhou2015-07-231-2/+2
* db-ctl-base: remove the recurse member from struct cmd_show_tableAndy Zhou2015-07-231-13/+13
* ovs-sim: Don't install man page.Russell Bryant2015-07-211-1/+1
* db-ctl-base: make use of user supplied exit functionAndy Zhou2015-07-171-2/+27
* ovs-vsctl: Remove redundant checks.Joe Stringer2015-07-171-6/+3
* tunneling: Allow matching and setting tunnel 'OAM' flag.Jesse Gross2015-07-151-0/+20
* ovs-ofctl.8: Specify correct variable in "snoop" description.Justin Pettit2015-07-151-1/+1
* db-ctl-base: do not require client to expose the "tables" variableAndy Zhou2015-07-131-2/+2
* db-ctl-base: do not expose get_table() APIAndy Zhou2015-07-131-2/+2
* hash: Add symmetric L3/L4 hash functions for multipath, bundle hashing.Jeroen van Bemmel2015-07-081-4/+28
* classifier: Make versioning more explicit.Jarno Rajahalme2015-07-061-2/+3
* ovs-bugtool: Remove argument of "ovs-appctl dpif/show".Huanle Han2015-07-061-2/+2
* Implement OpenFlow 1.4+ OFPMP_TABLE_DESC message.Ben Pfaff2015-07-032-0/+23
* Implement OpenFlow 1.4+ OFPTC_EVICTION.Ben Pfaff2015-07-032-33/+37
* tunnels: Don't initialize unnecessary packet metadata.Jesse Gross2015-07-011-2/+2
* ovs-lib: Ability to move ip address and routes.Gurucharan Shetty2015-07-012-9/+19
* ovs-save: Refactor and move some code to ovs-lib.Gurucharan Shetty2015-07-012-55/+73
* vlog: add "vlog/list-pattern" commandAnsis Atteka2015-06-272-0/+4
* ofp-actions: Support mixing "conjunction" and "note" actions.Ben Pfaff2015-06-261-2/+3
* tunnel: Geneve TLV handling support for OpenFlow.Jesse Gross2015-06-251-0/+17
* openflow: Table maintenance commands for Geneve options.Jesse Gross2015-06-252-0/+94
* db-ctl-base: Librarize database command manual.Alex Wang2015-06-231-258/+1
* db-ctl-base: Librarize show command.Alex Wang2015-06-231-138/+3
* db-ctl-base: Librarize code in parse_options().Alex Wang2015-06-231-214/+6
* db-ctl-base: Make common database command code into library.Alex Wang2015-06-231-1946/+325
* ovs-vsctl: Simplify code.Alex Wang2015-06-231-4/+3