summaryrefslogtreecommitdiff
path: root/ovn
Commit message (Expand)AuthorAgeFilesLines
* ovn: Update TODO with some notes on security.Russell Bryant2015-09-171-1/+37
* ovn-nbctl: Enable database commands using db-ctl-base infrastructure.Ben Pfaff2015-09-152-441/+606
* ovn-controller-vtep: Update related documentation.Alex Wang2015-09-154-75/+260
* ovn-controller-vtep: Extend vtep module to install Ucast_Macs_Remote.Alex Wang2015-09-151-34/+282
* ovn-controller-vtep: Add vtep module.Alex Wang2015-09-156-3/+201
* ovn-nbctl: Give handler functions more specific names.Ben Pfaff2015-09-141-54/+54
* ovn-nbctl: Fix typo and add minor clarification in documentation.Ben Pfaff2015-09-141-1/+1
* ovn-sbctl: Improve usage message.Ben Pfaff2015-09-141-4/+6
* ovn-sbctl: Support SSL for connecting to southbound database.Ben Pfaff2015-09-141-0/+3
* ovn-sbctl: Indentation fixes.Ben Pfaff2015-09-141-4/+3
* Fix typos in comments.Ben Pfaff2015-09-141-1/+1
* expr: Properly handle several cases involving string variables.Ben Pfaff2015-09-111-17/+143
* expr: Fix crossproduct example.Justin Pettit2015-09-111-3/+3
* ovn-northd: Document logical flow table structure.Ben Pfaff2015-09-112-0/+109
* ovn-northd: Minor logical flow table optimizations.Ben Pfaff2015-09-111-7/+12
* ovn-northd: Don't deliver even broadcast packets to disabled logical ports.Ben Pfaff2015-09-111-8/+16
* ovn-nbctl: Add ACL commands.Justin Pettit2015-09-102-0/+260
* ovn-nb: Add direction and reduce max priority for ACLs.Justin Pettit2015-09-103-23/+80
* ovn-sbctl: Adjust width for priority in lflow-list.Russell Bryant2015-09-081-1/+1
* smap: New macro SMAP_CONST1 for initializing immutable 1-member smaps.Ben Pfaff2015-09-083-26/+15
* ovn: Add "localnet" logical port type.Russell Bryant2015-09-084-30/+222
* ovn: Automatically create br-int in ovn-controller.Russell Bryant2015-09-083-14/+66
* ovn-nbctl: Sort output of most commands.Justin Pettit2015-09-041-7/+44
* ovn: Document supported predicates.Russell Bryant2015-09-041-0/+21
* ovn-sb: Describe the pipeline stages generated by ovn-northd.Justin Pettit2015-09-011-0/+43
* ovn-sb: Clarify ovn-northd's responsibilities.Justin Pettit2015-09-011-11/+12
* ovn-architecture: Fix capitalization of a title.Justin Pettit2015-09-011-1/+1
* ovn: Add bridge mappings to ovn-controller.Russell Bryant2015-09-012-4/+251
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-282-6/+6
* expr: Add and clarify a few comments and assertions.Ben Pfaff2015-08-261-4/+15
* ovn-controller: Minor tweaks to man page.Justin Pettit2015-08-251-3/+3
* ovn-northd: Add man page describing daemon.Justin Pettit2015-08-253-0/+107
* ovn-controller: Document supported ovs-appctl commands.Justin Pettit2015-08-251-0/+14
* ovn-controller: Update man page comment on mid-run changes.Justin Pettit2015-08-251-3/+2
* ovn: Fix example in comment in expr.c.Justin Pettit2015-08-251-1/+1
* ovn: Add bootstrap options for OVN controllers.Gurucharan Shetty2015-08-214-4/+18
* ovn: Add comments to encourage syncing MFF_LOG_* with documentation.Ben Pfaff2015-08-192-8/+19
* ovn-sbctl: Avoid cast in lflow_cmp().Ben Pfaff2015-08-191-4/+4
* ovn: Free default db befor exit.Russell Bryant2015-08-181-4/+8
* ovn-controller-vtep: Make 'ovnsb_remote' and 'vtep_remote' free-able.Alex Wang2015-08-181-9/+10
* ovn-controller-vtep: Call binding_cleanup() before gateway_cleanup().Alex Wang2015-08-181-2/+2
* ovn-controller-vtep: Fix dereference of NULL pointer.Alex Wang2015-08-181-0/+4
* ovn-northd: Ability to detach on Windows.Gurucharan Shetty2015-08-173-0/+15
* ovn-controller-vtep: Add binding module.Alex Wang2015-08-164-0/+302
* ovn-sbctl: Make 'chassis-del' delete all encaps.Alex Wang2015-08-161-0/+5
* db-ctl-base: Allow print rows that weak reference to table inAlex Wang2015-08-131-3/+7
* ovn-sbctl: Print stage name in addition to table number.Justin Pettit2015-08-121-4/+7
* ovn-northd: Store name of the logical flow stage in external-ids.Justin Pettit2015-08-123-13/+89
* ovn: Add lflow-list to ovn-sbctl.Russell Bryant2015-08-122-0/+126
* ovn-controller-vtep: Add gateway module.Alex Wang2015-08-106-4/+303