>> +
>> +struct advertise_datapath_entry {
>> + struct hmap_node node;
>> + /* tunnel_key of the datapath */
>> + int64_t key;
Do we need the key? It's part of the 'db' sbrec_datapath_binding field
below.
>> + const struct sbrec_datapath_binding *db;
>> + bool maintain_vrf;
>> + bool use_netns;
>> + struct hmap routes;
>> + /* the name of the port bindings locally bound for this datapath and
>> + * running route exchange logic. */
>> + struct sset bound_ports;
>> +};
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev