iqiyi / dpvs

DPVS is a high performance Layer-4 load balancer based on DPDK.
Other
3.01k stars 724 forks source link

The latest nginx version is 1.27, the toa patch should be updated #974

Open zhendongcmss opened 3 months ago

zhendongcmss commented 3 months ago

Now the toa patch was based on nginx 1.14 which is too old, the latest version is 1.27.0, I apply the patch but got complied errors.

https://github.com/iqiyi/dpvs/blob/master/kmod/toa/example_nat64/nginx/nginx-1.14.0-nat64-toa.patch

ywc689 commented 3 months ago

The devel branch included patches for nginx v1.26.0. Hope it helps. https://github.com/iqiyi/dpvs/tree/devel/patch/nginx

zhendongcmss commented 3 months ago

The devel branch included patches for nginx v1.26.0. Hope it helps. https://github.com/iqiyi/dpvs/tree/devel/patch/nginx

thank you !