如何从 UNIX 服务器中删除如下所示的路由?
122.252.228.38/255.255.255.255 122.252.228.38 UH 0 lan4 4136
答案1
答案2
sudo ip route del 122.252.228.38/32 # or any valid selector
sudo ip addr flush dev DEVICE # then flush the cache and the route will be gone