summaryrefslogtreecommitdiff
path: root/ovn/northd
Commit message (Expand)AuthorAgeFilesLines
* socket-util: Make inet_parse_active() and inet_parse_passive() more alike.Ben Pfaff2018-04-161-1/+1
* ovn-northd: Use common code for sockaddr_storage.Ben Pfaff2018-04-161-16/+6
* ovn: Support address sets generated from port groupsHan Zhou2018-04-161-14/+85
* ovn: Recirculate packets after a unSNAT.Gurucharan Shetty2018-04-132-14/+9
* ovn: Support port groups in ACLsHan Zhou2018-04-131-0/+47
* OVN: add icmp6 action to ovn acl reject supportLorenzo Bianconi2018-04-101-3/+22
* ovn: Fix tunnel id overflow.Ben Pfaff2018-04-041-2/+8
* OVN: add tcp_reset action to ovn acl reject supportLorenzo Bianconi2018-04-041-6/+24
* ovn-northd.8: Move DHCP and DNS flow description to right section.Gurucharan Shetty2018-03-121-19/+19
* OVN: add acl reject support using icmp4 actionLorenzo Bianconi2018-03-091-42/+85
* Don't shadow variables.Justin Pettit2018-02-281-4/+4
* ovn-northd: Consistently use Datapath_Binding UUID for hashing flows.Ben Pfaff2018-02-261-1/+1
* ovn-northd: Reduce amount of flow hashing.Ben Pfaff2018-02-161-11/+17
* Add unixctl option for ovn-northdVenkata Anil2018-02-012-3/+13
* ovn: OVN Support QoS meterGuoshuai Li2018-01-242-52/+118
* ovn-northd: Fix memory leakYifeng Sun2018-01-221-0/+1
* OVN: remove useless ds_clear() on actions dsLorenzo Bianconi2018-01-081-2/+0
* OVN: Add support for periodic router advertisements.Mark Michelson2018-01-051-1/+74
* ovsdb: Improve documentation.Ben Pfaff2017-12-141-4/+2
* ovn-northd; Treat logical ports of router type as always being upJakub Sitnicki2017-11-281-1/+1
* ovn-northd: Refactor logic for logical port 'up' state updateJakub Sitnicki2017-11-281-5/+2
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* ovn-northd.8: Fix wrong descriptionwei2017-11-031-1/+1
* ovn: Generate Neighbor Solicitation packet for unknown MAC IPv6 packetsNuman Siddique2017-11-022-7/+25
* ovn-northd: Add logical flows to support native IPv6 RAZongkai LI2017-11-022-21/+199
* ovn util: Refactor dhcp_opts_map to make it genericNuman Siddique2017-11-021-7/+7
* ovn: Allow northd to install IPv6 ct_lb logical flows.Mark Michelson2017-11-022-100/+150
* 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-011-1/+8
* 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-northd: add chassis nonull checkwang qianyu2017-09-191-0/+1
* ovn-northd: Fix minor style variation.Joe Stringer2017-08-091-1/+1
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-21/+15
* ovn-northd: Add native active-standby HA.Russell Bryant2017-08-022-9/+40
* ovn: Restrict encap modification to its creating chassisMark Michelson2017-07-311-1/+1
* ovn: Add support for ACL logging.Justin Pettit2017-07-281-9/+68
* ovn-northd: Optimize acl of localnet-port.wangqianyu2017-07-262-1/+25
* ovn: l3ha ensure no master bouncing when ovn-controller is restartedmajopela@redhat.com2017-07-161-14/+20
* ovn: l3ha, handling of multiple gateway chassismajopela@redhat.com2017-07-161-6/+2
* ovn: l3ha, ovn-northd gateway chassis propagationmajopela@redhat.com2017-07-161-9/+238
* ovn: add rbac tables to ovn southbound schemaLance Richardson2017-06-081-0/+197
* Copy external_ids from Logical_Switch_Port to SB databaseDaniel Alvarez Sanchez2017-06-071-2/+3
* ovn: Add support for new logical port type "localport".Daniel Alvarez2017-05-302-6/+8
* ovn-northd: Avoid null deref for missing outport in build_static_route_flow().Ben Pfaff2017-05-301-1/+1
* ovn-northd: Fix uninitialized reference in build_static_route_flow().Ben Pfaff2017-05-301-1/+1
* 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-031-3/+9
* ovn-northd: Propagate Neutron port names to southbound database.Ben Pfaff2017-05-031-0/+13
* ovn-northd: Add logical flows to support native DNSNuman Siddique2017-05-022-9/+261