summaryrefslogtreecommitdiff
path: root/ovn
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert leading tabs to spaces.Ben Pfaff2018-06-111-2/+2
* ovn-controller: Pass around pointers to individual tables.Ben Pfaff2018-06-1121-137/+291
* ovn-controller: Style fixes.Ben Pfaff2018-06-1111-75/+80
* ovndb-servers.ocf: add LB support for managing ovndb cluster:aginwala2018-06-051-18/+57
* ovs-vsctl, ovn-nbctl, ovn-sbctl, vtep-ctl: Parse options before logging.Ben Pfaff2018-05-252-11/+6
* ovn: Update TODO.Ben Pfaff2018-05-251-26/+0
* ovn pacemaker: Fix promotion issue when the master node is resetNuman Siddique2018-05-251-1/+1
* Factor prerequisites out of AND/OR trees with unique symbolJakub Sitnicki2018-05-241-10/+65
* ovn-controller: Count calls to lflow_run()Jakub Sitnicki2018-05-231-1/+6
* ovn: Set proper Neighbour Adv flag when replying for NS request for router IPNuman Siddique2018-05-146-13/+110
* ovn-nbctl: Support ACL commands on port groups.Han Zhou2018-05-102-72/+175
* Expose missing --peer-ca-cert and SSL options in usage and manpages.Dan Williams2018-05-094-2/+13
* ovn-nbctl: Show gw chassis in decreasing prio order.Lorenzo Bianconi2018-05-091-25/+39
* ovn-northd: Fix parsing of load balance keys.Darrell Ball2018-05-091-1/+1
* ovn-controller: Make 'ovs_remote' a local variable.Ben Pfaff2018-05-091-5/+5
* ovn-controller: Make the local-only flow generic.Han Zhou2018-05-091-15/+14
* ovn: support applying ACLs to port groupsHan Zhou2018-05-093-155/+295
* ovn-ctl: Handle whitespaces when using eval for start_ovsdb:aginwala2018-05-071-20/+40
* ovn-sbctl: add support for --bootstrap-ca-certDan Williams2018-04-202-1/+8
* ovn-nbctl: show --bootstrap-ca-cert help textDan Williams2018-04-201-1/+1
* ovn-nbctl: Use common code for sockaddr_storage.Ben Pfaff2018-04-161-31/+12
* ovn-nbctl: Simplify lb_info_add_smap().Ben Pfaff2018-04-161-8/+3
* Make <host>:<port> parsing uniform treewide.Ben Pfaff2018-04-161-34/+9
* 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-163-16/+124
* ovn: Set router lifetime value for IPv6 periodic RA.Numan Siddique2018-04-161-1/+2
* ovn: Recirculate packets after a unSNAT.Gurucharan Shetty2018-04-135-53/+12
* ovn: Support port groups in ACLsHan Zhou2018-04-1314-60/+296
* ovn-controller: Handle Port_Binding's "requested-chassis" option in physical.cNuman Siddique2018-04-131-0/+11
* OVN: add icmp6 action to ovn acl reject supportLorenzo Bianconi2018-04-102-4/+24
* OVN: add icmp6{} action supportLorenzo Bianconi2018-04-104-22/+131
* ovn: Fix tunnel id overflow.Ben Pfaff2018-04-041-2/+8
* ovn-ctl: Support starting clustered OVN dbsNuman Siddique2018-04-042-64/+198
* OVN: add tcp_reset action to ovn acl reject supportLorenzo Bianconi2018-04-042-7/+24
* OVN: add tcp_reset{} action supportLorenzo Bianconi2018-04-044-5/+131
* Measure timing of ovn-controller flow creation.Mark Michelson2018-04-031-0/+13
* ovn-architecture: update description for OVN RBAC wrt Encap tableHan Zhou2018-03-311-3/+1
* ctl-option: add --inactivity-probe= option in set targets commandsGuoshuai Li2018-03-313-4/+24
* ofp-flow: Reduce memory consumption for ofputil_flow_mod, using minimatch.Ben Pfaff2018-03-311-10/+12
* ovsdb: Introduce experimental support for clustered databases.Ben Pfaff2018-03-245-0/+49
* ovn-sbctl: Allow retries by default.Ben Pfaff2018-03-241-1/+1
* ovn-ctl: Trivial, remove duplicated stop_controller case optionLucas Alvares Gomes2018-03-141-3/+0
* ofp-print: Move much of the printing code into message-specific files.Ben Pfaff2018-03-142-2/+2
* ofp-packet: Better abstract packet-in format.Ben Pfaff2018-03-141-2/+2
* ovn-nb: Document a load_balancer VIP requirement.Gurucharan Shetty2018-03-121-0/+9
* 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
* OVN: add icmp4{} action supportLorenzo Bianconi2018-03-094-4/+106
* ovn: Calculate UDP checksum for DNS over IPv6Mark Michelson2018-03-071-0/+11