Re: [Openvpn-devel] do not push route-ipv6 entries that are also in the iroute-ipv6 list

2022-06-28 Thread Antonio Quartulli
Hi, On 27/06/2022 23:52, Heiko Hund wrote: On Mittwoch, 23. Mai 2018 21:28:02 CEST Antonio Quartulli wrote: -if (o && o->push_list.head && o->iroutes) +if (o && o->push_list.head && (o->iroutes || o->iroutes_ipv6)) [...] +else if (p[0] && !strcmp(p[0], "route-ipv6") &&

Re: [Openvpn-devel] do not push route-ipv6 entries that are also in the iroute-ipv6 list

2022-06-27 Thread Heiko Hund
On Mittwoch, 23. Mai 2018 21:28:02 CEST Antonio Quartulli wrote: > -if (o && o->push_list.head && o->iroutes) > +if (o && o->push_list.head && (o->iroutes || o->iroutes_ipv6)) [...] > +else if (p[0] && !strcmp(p[0], "route-ipv6") && !p[2]) I think it would make sense to ch