Comments on: Modifying Linux network routes using netlink https://olegkutkov.me/2019/08/29/modifying-linux-network-routes-using-netlink/ Programming, electronics and diy projects Wed, 05 May 2021 08:35:45 +0000 hourly 1 https://wordpress.org/?v=6.5.3 By: Venkateswaran https://olegkutkov.me/2019/08/29/modifying-linux-network-routes-using-netlink/#comment-1034 Wed, 05 May 2021 08:35:45 +0000 http://olegkutkov.me/?p=919#comment-1034 It’s source specific routing

]]>
By: Abhishek Sagar https://olegkutkov.me/2019/08/29/modifying-linux-network-routes-using-netlink/#comment-81 Sat, 23 Nov 2019 22:46:18 +0000 http://olegkutkov.me/?p=919#comment-81 Delete route is not working.

I have the following entry in Routing table :
192.168.8.7 192.168.117.2 255.255.255.255 UGH 0 0 0 ens33

sudo ./set_route del to 192.168.8.7 dev ens33
The above entry continue to exist.

Even addition case, sometimes it dont work.

]]>