summaryrefslogtreecommitdiff
path: root/ovn
Commit message (Expand)AuthorAgeFilesLines
* OVN pacemaker: Add the monitor action for Master roleNuman Siddique2017-12-051-8/+40
* ovn/TODO: Remove some completed items.Justin Pettit2017-12-041-69/+0
* OVN: Add external_ids to NAT and Logical_Router_Static_Route tables.Lucas Alvares Gomes2017-12-042-4/+24
* ovn-ctl: Add new commands 'run_nb_server' and 'run_sb_server'Numan Siddique2017-12-012-3/+58
* bfd: Fix memory leakYifeng Sun2017-11-291-0/+1
* ovn-northd; Treat logical ports of router type as always being upJakub Sitnicki2017-11-282-9/+19
* ovn-northd: Refactor logic for logical port 'up' state updateJakub Sitnicki2017-11-281-5/+2
* Update mailing list archive pointers to the current server.Justin Pettit2017-11-271-2/+2
* ovn-ctl: Add -vfile:info option to OVN_NB/SB_LOG optionsNuman Siddique2017-11-261-2/+2
* tests: Convert dot2pic build tool from Perl to Python.Ben Pfaff2017-11-261-2/+2
* ovn: Fix remote not receive GARP, when localnet Port has vlan tag.Guoshuai Li2017-11-031-3/+12
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-0311-11/+11
* ovn-northd.8: Fix wrong descriptionwei2017-11-031-1/+1
* ovn: Generate Neighbor Solicitation packet for unknown MAC IPv6 packetsNuman Siddique2017-11-026-65/+178
* ovn-northd: Add logical flows to support native IPv6 RAZongkai LI2017-11-026-23/+251
* ovn-controller: Add a new action - 'put_nd_ra_opts'Numan Siddique2017-11-026-17/+450
* ovn util: Refactor dhcp_opts_map to make it genericNuman Siddique2017-11-027-82/+119
* ovn: Add IPv6 capability to ovn-nbctl lb-addMark Michelson2017-11-022-49/+140
* ovn: Allow northd to install IPv6 ct_lb logical flows.Mark Michelson2017-11-023-109/+163
* ovn: Allow ct_lb actions to take IPv6 address arguments.Mark Michelson2017-11-021-20/+78
* OVN: Don't let peers be set to "<error>" on port bindings.Mark Michelson2017-11-011-11/+16
* ovn: Check for known logical switch port types.Mark Michelson2017-11-014-2/+46
* ovn-sbctl: Fix possible null pointer to qsort.William Tu2017-11-011-1/+4
* lib: Move lib/rconn.h to include/openvswitchXiao Liang2017-10-312-2/+2
* ovn-sbctl: Fix dead assignment.William Tu2017-10-301-1/+1
* ovn: Add LB flows for logical router with gateway portNuman Siddique2017-10-272-29/+123
* ovn-northd: Do not add lflows in lr_in_arp_resolve stage for disabled logical...Numan Siddique2017-10-251-0/+4
* ovn pacemaker: Provide the option to configure inactivity probe valueNuman Siddique2017-10-252-0/+36
* ovn/actions: Improve OVN load-balancing performance.Gurucharan Shetty2017-09-281-1/+1
* ovn-controller: pending_ct_zones should be destroyed000379972017-09-251-0/+1
* ovn-northd: add chassis nonull checkwang qianyu2017-09-191-0/+1
* ovn: Discard flows for non-local ports.Russell Bryant2017-09-195-14/+59
* ovn-nbctl: fix validation logic for acl-del commandHan Zhou2017-09-111-4/+4
* ovn-controller: Fix empty address set parsing problem.Han Zhou2017-09-111-0/+4
* ovn: Support chassis hostname in requested-chassis.Russell Bryant2017-09-063-12/+15
* ovn: Fix BFD error config on gatewayGao Zhenyu2017-08-241-18/+84
* ovn: support requested-chassis option for logical switch portsLance Richardson2017-08-213-1/+30
* ovn-northd: Fix minor style variation.Joe Stringer2017-08-091-1/+1
* ovn-controller: use idl indexes for logical datapathLance Richardson2017-08-038-118/+71
* ovn-controller: use idl indexes for logical port tableLance Richardson2017-08-0311-178/+177
* ovn-controller: use idl index for multicast group tableLance Richardson2017-08-035-86/+64
* rhel: Use systemd Restart option for ovn-controllers.Mark Michelson2017-08-031-0/+2
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-026-38/+29
* ovn-controller: Monitor port bindings of parent ports.wangqianyu2017-08-021-0/+1
* ovn-northd: Add native active-standby HA.Russell Bryant2017-08-022-9/+40
* ovn: Restrict encap modification to its creating chassisMark Michelson2017-07-315-4/+10
* ovn: Update ovn-nbctl manpage with DHCP lsp commands.Mark Michelson2017-07-311-0/+26
* ovn: Add lsp-set-dhcpv6-options ovn-nbctl operation.Mark Michelson2017-07-311-0/+45
* ovn: Add support for ACL logging.Justin Pettit2017-07-2813-38/+525
* flow: Refactor flow_compose() API.Andy Zhou2017-07-271-1/+1