summaryrefslogtreecommitdiff
path: root/ovn/controller
Commit message (Expand)AuthorAgeFilesLines
* ovn-controller: Use ovsdb index for mac-binding update.Han Zhou2018-08-073-20/+43
* ovn: Add '--restart' flag to ovn-controller exit.Mark Michelson2018-08-021-40/+52
* Introduce ovs-appctl command to monitor HVs sb connection statusLorenzo Bianconi2018-07-312-0/+22
* ofctrl: Placate GCC.Ben Pfaff2018-07-311-1/+1
* ovn: Support configuring meters through SB Meter table.Justin Pettit2018-07-303-36/+94
* ovn-controller: Add "group-table-list" ovs-appctl command.Justin Pettit2018-07-302-0/+35
* ovn-controller: Add "meter-table-list" ovs-appctl command.Justin Pettit2018-07-302-0/+35
* ovn: Use C strings instead of ds for extended tables.Justin Pettit2018-07-301-2/+2
* flow: Refactor some of VLAN helper functionsJianbo Liu2018-07-251-1/+1
* ovn-controller: Remove unused member from struct local_datapath.Ben Pfaff2018-06-251-1/+0
* ovn-controller: Only add comment in binding_cleanup() in case of changes.Ben Pfaff2018-06-151-5/+8
* ovn-controller: Drop controller_ctx structure entirely.Ben Pfaff2018-06-1215-105/+103
* ovn-controller: Drop ovs_idl, ovnsb_idl from controller_ctx.Ben Pfaff2018-06-122-39/+32
* ovn-controller: Use chassis_lookup_by_name() instead of get_chassis().Ben Pfaff2018-06-124-27/+11
* chassis-index: Use OVSDB index mechanism.Ben Pfaff2018-06-1213-93/+95
* ovsdb-idl: Redesign use of indexes.Ben Pfaff2018-06-1213-390/+398
* ovn-controller: Pass around pointers to individual tables.Ben Pfaff2018-06-1118-130/+283
* ovn-controller: Style fixes.Ben Pfaff2018-06-1111-75/+80
* 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-141-8/+15
* Expose missing --peer-ca-cert and SSL options in usage and manpages.Dan Williams2018-05-092-1/+3
* 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: Set router lifetime value for IPv6 periodic RA.Numan Siddique2018-04-161-1/+2
* ovn: Recirculate packets after a unSNAT.Gurucharan Shetty2018-04-131-10/+0
* ovn: Support port groups in ACLsHan Zhou2018-04-135-15/+42
* ovn-controller: Handle Port_Binding's "requested-chassis" option in physical.cNuman Siddique2018-04-131-0/+11
* OVN: add icmp6{} action supportLorenzo Bianconi2018-04-101-21/+52
* OVN: add tcp_reset{} action supportLorenzo Bianconi2018-04-041-0/+77
* Measure timing of ovn-controller flow creation.Mark Michelson2018-04-031-0/+13
* 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-241-0/+1
* ofp-packet: Better abstract packet-in format.Ben Pfaff2018-03-141-2/+2
* OVN: add icmp4{} action supportLorenzo Bianconi2018-03-091-0/+53
* 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-282-11/+11
* ovn-controller: Fix crash when sending GARP when openflow disconnection.Guoshuai Li2018-02-151-18/+20
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-132-1/+7
* ovn: Allow DNS lookups over IPv6Mark Michelson2018-02-091-5/+12
* 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
* ofctrl: Remove unused declaration.Han Zhou2018-02-011-2/+0
* Support accepting and displaying table names in OVS tools.Ben Pfaff2018-02-012-7/+7
* ofp-actions: Make formatting and parsing functions take a struct argument.Ben Pfaff2018-01-311-1/+2
* flow: Add some L7 payload data to most L4 protocols that accept it.Ben Pfaff2018-01-271-1/+1
* ovn: OVN Support QoS meterGuoshuai Li2018-01-245-13/+108
* ovn-controller: Add extend_table instead of group_table to expand meter.Guoshuai Li2018-01-245-137/+57
* ovn-controller: add new external_id 'ovn-cms-options' to Chassis tableDaniel Alvarez2018-01-232-1/+19
* pinctrl: Fix memory leakYifeng Sun2018-01-221-0/+1