summaryrefslogtreecommitdiff
path: root/ovn
Commit message (Expand)AuthorAgeFilesLines
* ovn-sbctl: Adjust formatting of lflow-list.Russell Bryant2016-07-131-1/+1
* sset: New function sset_from_delimited_string().Ben Pfaff2016-07-131-8/+2
* ovn-northd: Use ovs_be32 for an IP address in find_lrp_member_ip().Ben Pfaff2016-07-131-1/+1
* ovn-northd: Fix shadowed iterators in port security functions.Justin Pettit2016-07-131-15/+15
* ovn-nbctl: Print router port networks in "show".Justin Pettit2016-07-131-2/+10
* ovn: Support multiple addresses on a single logical router port.Justin Pettit2016-07-128-208/+382
* ovn-northd: Use strings from extract_lsp_addresses().Justin Pettit2016-07-121-162/+176
* ovn-util: Remove 'store_ipv6' argument from extract_lsp_addresses().Justin Pettit2016-07-124-28/+9
* ovn-util: Add string representations to 'lport_addresses'.Justin Pettit2016-07-124-35/+86
* ovn-northd: Use strings for IP addresses in router instances of "ovn_port".Justin Pettit2016-07-121-32/+45
* ovn-northd: Use dynamic strings when building router and switch flows.Justin Pettit2016-07-121-101/+102
* ovn: Remove 'default_gw' from logical router table.Justin Pettit2016-07-123-42/+2
* ovn: Add xxreg[01] symbols.Justin Pettit2016-07-122-0/+15
* ovn: Renumber logical field registers to the newly extended registers.Justin Pettit2016-07-123-13/+25
* Increase number of registers to 16.Justin Pettit2016-07-121-3/+10
* ovn-northd: Fix comments about the flows.Justin Pettit2016-07-121-16/+16
* ovn-controller: Log OpenFlow errors at "info" level.Justin Pettit2016-07-121-7/+16
* ofctrl: Fix non-sensical comment.Justin Pettit2016-07-121-1/+1
* ovn-controller: Change strategy for gateway conntrack zone allocation.Gurucharan Shetty2016-07-096-13/+16
* ovn: Remove unreferenced patched datapaths.Darrell Ball2016-07-092-4/+41
* ovn: Support l2gateway-chassis option in "l2gateway" logical portsNuman Siddique2016-07-084-23/+37
* ovn-sbctl: Change lport-(un)bind to lsp-(un)bind.Russell Bryant2016-07-072-8/+8
* ovn-controller: Remove old address set after change.Ryan Moats2016-07-071-0/+1
* ovn: Add support for Load balancers.Gurucharan Shetty2016-07-035-28/+351
* ovn-controller: Add support for load balancing.Gurucharan Shetty2016-07-038-8/+394
* ovn: Add colon token to lexer, to support parsing "1.2.3.4:5".Ben Pfaff2016-07-032-2/+39
* lflow: Refactor neighbor flows.Ryan Moats2016-07-031-29/+38
* physical: Refactor multicast group processing.Ryan Moats2016-07-031-109/+123
* physical: Refactor port binding processing.Ryan Moats2016-07-031-303/+319
* lflow: Refactor lflow handling into new function consider_logical_flow().Ryan Moats2016-07-031-143/+169
* Change tracking structures to use struct uuidsRyan Moats2016-07-034-21/+24
* ovn-northd: Introduce stateful table.Gurucharan Shetty2016-07-032-21/+60
* ovn-northd: Introduce pre-stateful table.Gurucharan Shetty2016-07-032-19/+63
* ovn: Add address set support for ACLs.Russell Bryant2016-07-038-4/+286
* ovn-controller: process lport bindings only when transaction is possibleLance Richardson2016-07-031-1/+1
* ovn-nbctl: Improve manpage.nickcooper-zhangtonghao2016-07-031-2/+6
* ovn-northd.8: Update documentation.Gurucharan Shetty2016-07-031-18/+22
* ovn-northd: Split ACL and pre-ACL processing.Gurucharan Shetty2016-07-031-13/+22
* ovn-nbctl: Fix double free in nbctl_lr_route_list().William Tu2016-07-021-1/+2
* ovn-controller-vtep: Remove dead increment.William Tu2016-07-021-3/+0
* ovn: Add address set support.Russell Bryant2016-07-026-21/+173
* ovn: Add 'na' action and lflow for NDZong Kai LI2016-07-025-42/+216
* ovn-controller: reload configured SB probe timerNirapada Ghosh2016-07-011-31/+19
* ovn-nbctl: Ability to update a route's output port.Gurucharan Shetty2016-07-011-0/+4
* ovn: Add software l2 gateway.Russell Bryant2016-07-017-28/+190
* ovn: Add ct_commit(ct_mark=INT, ct_label=INT); action.Russell Bryant2016-06-303-6/+173
* util: New function nullable_xstrdup().Ben Pfaff2016-06-262-2/+2
* ovn-controller: Fix port binding update on OVS port delete events.Ryan Moats2016-06-241-7/+29
* ovn-controller: Use new ovsdb-idl helpers to make logic more readable.Ben Pfaff2016-06-233-33/+15
* ovn-controller: Add 'put_dhcp_opts' action in ovn-controllerNuman Siddique2016-06-2310-45/+782