On 1/14/25 3:36 PM, Dumitru Ceara wrote:
>> +struct advertise_route_entry {
>> +    struct hmap_node node;
>> +    struct in6_addr addr;
>> +    unsigned int plen;
>> +    /* used by the route-exchange module to determine if the route is
>> +     * already installed */
>> +    bool installed;
> This doesn't seem to be used?

Never mind, I see now that it's used in the next patch.

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to