summaryrefslogtreecommitdiff
path: root/ovn
Commit message (Expand)AuthorAgeFilesLines
* 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
* ofp-util: Use consistent naming convention.Ben Pfaff2018-02-282-2/+2
* Don't shadow variables.Justin Pettit2018-02-283-15/+15
* ovn-sbctl: Remove incorrect manpage options.Dan Williams2018-02-281-2/+0
* Refer to database manpages in *ctl manpagesMark Michelson2018-02-265-63/+19
* 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-164-11/+71
* ovn-controller: Fix crash when sending GARP when openflow disconnection.Guoshuai Li2018-02-151-18/+20
* OVN: rename encode_nested_neighbor_actions in encode_nested_actionsLorenzo Bianconi2018-02-141-7/+7
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-134-1/+9
* ovn: Allow DNS lookups over IPv6Mark Michelson2018-02-091-5/+12
* expr: Make expr_sort() always yield an expr that satisfies invariants.Ben Pfaff2018-02-071-3/+13
* expr: Fix some bad naming.Ben Pfaff2018-02-071-20/+26
* ovn-controller: Process logical flow matches before actions.Guoshuai Li2018-02-021-26/+34
* ovn-controller: Document southbound database use and graceful termination.Ben Pfaff2018-02-021-0/+47
* ovn-nbctl: Add QoS commands.Guoshuai Li2018-02-012-0/+267
* Add unixctl option for ovn-northdVenkata Anil2018-02-012-3/+13
* ofctrl: Remove unused declaration.Han Zhou2018-02-011-2/+0