Route table for Warp on Linux

I installed warp-cli on Ubuntu 22.04, it works mostly fine. I tested with command curl https://cloudflare.com/cdn-cgi/trace and it shows warp=plus(I subscribed to warp plus).

Though one thing I noticed is that the route table is a bit of weird, below are some rules for the route table created by warp. I guess this is to bypass local network IP range?

Another thing is that it seems warp does not work well with DHCP? I saw following message every about 10 seconds, I guess it’s some DHCP related?

2023-05-17T12:39:01.620Z DEBUG warp::warp_service::network_change: Routes changed:
NewNeighbour; Destination: 192.168.1.1;

Thanks!