summaryrefslogtreecommitdiff
path: root/ovn/northd/ovn-northd.c
Commit message (Expand)AuthorAgeFilesLines
...
* ovn-northd: Improve efficiency of stateful checking for ACLs on port groups.Han Zhou2018-08-071-14/+46
* ovn-northd: Simplify struct ovn_port_group.Han Zhou2018-08-071-8/+4
* ovn: Allow for automatic dynamic updates of IPAMMark Michelson2018-08-021-109/+289
* ovn-northd: Propagate dynamic addresses to port group address sets.Jakub Sitnicki2018-07-311-9/+25
* ovn-northd: Make use of svec for storing lists of addresses.Jakub Sitnicki2018-07-311-32/+15
* ovn: Add rate-limiting for ACL logs.Justin Pettit2018-07-301-0/+4
* ovn: Add Meter and Meter_Band tables to the NB and SB databases.Justin Pettit2018-07-301-0/+145
* ovn: Add router load balancer undnat rule for IPv6Mark Michelson2018-07-061-4/+11
* OVN: add IPv6 address unreachable support to OVN router portsLorenzo Bianconi2018-07-061-0/+14
* OVN: add IPv6 UDP port unreachable support to OVN logical routerLorenzo Bianconi2018-07-061-1/+15
* OVN: add ICMPv6 time exceeded support to OVN logical routerLorenzo Bianconi2018-07-051-0/+31
* ovn-northd: Apply pre ACLs when using Port GroupsDaniel Alvarez2018-07-051-44/+56
* OVN: do not mark ND packets for conntrack in PRE_LB stageLorenzo Bianconi2018-06-281-0/+6
* ovn: Fix gateway load balancing.Darrell Ball2018-06-281-52/+54
* OVN: add protocol unreachable support to OVN router portsLorenzo Bianconi2018-06-181-0/+14
* OVN: add TCP port unreachable support to OVN logical routerLorenzo Bianconi2018-06-181-1/+28
* OVN: add UDP port unreachable support to OVN logical routerLorenzo Bianconi2018-06-181-0/+19
* ovn-northd: Always allocate ipam_info for an ovn_datapath.Ben Pfaff2018-06-181-36/+30
* OVN: add ICMP time exceeded support to OVN logical routerLorenzo Bianconi2018-06-141-3/+23
* chassis-index: Use OVSDB index mechanism.Ben Pfaff2018-06-121-29/+29
* ovn-controller: Pass around pointers to individual tables.Ben Pfaff2018-06-111-1/+2
* ovn: Set proper Neighbour Adv flag when replying for NS request for router IPNuman Siddique2018-05-141-1/+1
* ovn-northd: Fix parsing of load balance keys.Darrell Ball2018-05-091-1/+1
* ovn: support applying ACLs to port groupsHan Zhou2018-05-091-147/+275
* 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-131-11/+6
* 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: 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-011-1/+8
* ovn: OVN Support QoS meterGuoshuai Li2018-01-241-39/+77
* 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
* 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: Generate Neighbor Solicitation packet for unknown MAC IPv6 packetsNuman Siddique2017-11-021-1/+7
* ovn-northd: Add logical flows to support native IPv6 RAZongkai LI2017-11-021-17/+120
* 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-021-73/+109
* 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