summaryrefslogtreecommitdiff
path: root/ovn
Commit message (Expand)AuthorAgeFilesLines
* Supporting ovn-northd HA colocated with OVNDB-HAZhengwei Gao2017-05-251-0/+27
* ovn-nb.xml: Fix minor typo.Russell Bryant2017-05-231-1/+1
* ovn-ctl: Start ovn-northd even if ovsdb-servers are not runningNuman Siddique2017-05-221-8/+8
* ovn pacemaker: Fix return code errors in start/stop actionNuman Siddique2017-05-221-2/+12
* physical: Simplify updating localvif_to_ofport map in physical_run()Ben Pfaff2017-05-051-21/+13
* ovn-trace: Display friendlier port and datapath names.Ben Pfaff2017-05-042-21/+112
* ovn-trace: Accept human-friendly logical port and datapath names.Ben Pfaff2017-05-041-2/+24
* ovn-trace: Add support for partial UUID matches for ports and datapaths.Ben Pfaff2017-05-041-9/+46
* ovn-trace: Add some basic tracing for ct_snat and ct_dnat actions.Ben Pfaff2017-05-042-3/+107
* ovn-trace: Fix message style in VLOG_WARN call.Ben Pfaff2017-05-041-1/+1
* ovn-sbctl: Display and accept friendly logical port and datapath names.Ben Pfaff2017-05-041-5/+15
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-031-3/+3
* ovn-sbctl: Add --ovs option to "lflow-list", for listing OpenFlow flows.Ben Pfaff2017-05-032-3/+102
* ovn-sbctl: Get rid of redundant code by using function from db-ctl-base.Ben Pfaff2017-05-031-28/+3
* ovn-sbctl: Allow database commands to refer to datapaths by name.Ben Pfaff2017-05-031-0/+5
* ovn-northd: Keep external-ids up-to-date in Datapath_Binding.Ben Pfaff2017-05-031-25/+31
* ovn-northd: Propagate Neutron datapath names to southbound database.Ben Pfaff2017-05-032-9/+31
* ovn-northd: Propagate Neutron port names to southbound database.Ben Pfaff2017-05-034-3/+59
* ovn-controller: Disable probes by default for unix sockets.Han Zhou2017-05-031-8/+16
* ovn-controller: Add conditional monitoring support for DNS table.Ben Pfaff2017-05-031-3/+8
* ovn-nbctl: Allow access to DHCP options via logical switch port name.Ben Pfaff2017-05-031-0/+10
* ovn-nbctl: Display and accept Neutron network, router, port names.Ben Pfaff2017-05-032-31/+87
* ovn-nbctl: Omit "addresses: ["router"]" from "show" output.Ben Pfaff2017-05-031-1/+6
* ovn-nbctl: Display logical switch router ports in "show".Ben Pfaff2017-05-031-0/+5
* ovn-nbctl: Include logical switch port type in "show" output.Ben Pfaff2017-05-031-0/+3
* db-ctl-base: Add support for identifying a row based on a value in a map.Ben Pfaff2017-05-032-9/+11
* db-ctl-base: Drop redundant 'table' field from struct ctl_row_id.Ben Pfaff2017-05-032-14/+9
* ovn-sbctl, ovn-nbctl, ovs-vsctl: Remove useless record id methods.Ben Pfaff2017-05-032-16/+0
* ovn-nbctl: Drop gratuitous indentation for "show" output.Ben Pfaff2017-05-031-13/+13
* uuid: Change semantics of uuid_is_partial_string().Ben Pfaff2017-05-031-2/+2
* ovn-nb: Fix grouping in manpage.Ben Pfaff2017-05-031-1/+3
* ovn-northd: Add logical flows to support native DNSNuman Siddique2017-05-025-13/+307
* ovn-controller: Add 'dns_lookup' actionNuman Siddique2017-05-026-8/+416
* ovn-util: Add a new util function extract_ip_addressesNuman Siddique2017-05-022-21/+52
* ovn-controller: document command-line options in man pageLance Richardson2017-05-021-41/+23
* northd: document command-line options in man pageLance Richardson2017-05-021-65/+36
* ovn-controller: Avoid recomputing when there are in-flight msgs.Han Zhou2017-05-013-19/+29
* ovn-controller: Remove ct_zones from lflow_run.Han Zhou2017-05-013-9/+3
* db-ctl-base: Allow record UUIDs to be abbreviated.Ben Pfaff2017-04-303-2/+42
* ovn: Bump ovn-nb schema version.Russell Bryant2017-04-271-2/+2
* pinctrl: Fix memory leak in consider_nat_address()Yi-Hung Wei2017-04-241-11/+5
* ovn-nbctl: Fix memory leak in nbctl_lr_nat_list()Yi-Hung Wei2017-04-241-1/+2
* ovn-detrace: add generated files to .gitignore.Timothy Redaelli2017-04-241-0/+2
* ovn-sbctl: fix lflow-list when uuid has leading 0s.Han Zhou2017-04-211-1/+10
* ovn-detrace: A tool decoding ofproto/trace output for ovn debugging.Han Zhou2017-04-213-4/+263
* ovn-northd: Add hint in lflow to link back to aclHan Zhou2017-04-212-28/+56
* ovn-util: Allow /32 IP addresses for router ports.Guru Shetty2017-04-211-6/+1
* ovn-northd: Allow static routes with nexthop in different subnet.Guru Shetty2017-04-212-1/+21
* ovn-trace: Implement ct_next and ct_clear actions.Ben Pfaff2017-04-212-2/+155
* packets: Reduce redundant copies of connection states.Ben Pfaff2017-04-211-23/+14