Hi,
In the current Linux Netlink infrastructure for routing we have facility for events of ROUTE_ADD, ROUTE_DEL etc but I couldn't come across ROUTE_UPDATE sort of thing when the route (prefix) remains same but the next hop has changed. In that case deleting the route and adding the same prefix again but with a next hop is extra processing. Is there any other facility for
Route Updation that doesn't require del and add the same prefix again in the above way.
Thanks in advance,
Pranjal