西安网站建设方案优化,优质网站建设价格,做国际网站有用吗,网站开发哪家公司比较好文章目录 问题问题
最近在看一个路由的问题,顺便看内核代码,发现在添加IP的时候,内核会自动添加一个local route。 net/ipv4/devinet.c
inet_rtm_newaddr-__inet_insert_ifa
/* Send message first, then call notifier.Notifier will trigger FIB update, so thatlis… 文章目录 问题 问题
最近在看一个路由的问题,顺便看内核代码,发现在添加IP的时候,内核会自动添加一个local route。 net/ipv4/devinet.c
inet_rtm_newaddr-__inet_insert_ifa
/* Send message first, then call notifier.Notifier will trigger FIB update, so thatlisteners of netlink will know about new ifaddr */
rtmsg_ifa(RTM_NEWADDR, ifa, nlh, portid);
blocking_notifie