Searched hist:"19 a3b7eea42402accf52bcb9ddb51bfdb4d7a13b" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/net/ |
H A D | ipv6_stubs.h | diff 19a3b7eea42402accf52bcb9ddb51bfdb4d7a13b Wed May 22 14:04:41 CDT 2019 David Ahern <dsahern@gmail.com> ipv6: export function to send route updates
Add fib6_rt_update to send RTM_NEWROUTE with NLM_F_REPLACE set. This helper will be used by the nexthop code to notify userspace of routes that are impacted when a nexthop config is updated via replace.
This notification is needed for legacy apps that do not understand the new nexthop object. Apps that are nexthop aware can use the RTA_NH_ID attribute in the route notification to just ignore it.
In the future this should be wrapped in a sysctl to allow OS'es that are fully updated to avoid the notificaton storm.
Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ip6_fib.h | diff 19a3b7eea42402accf52bcb9ddb51bfdb4d7a13b Wed May 22 14:04:41 CDT 2019 David Ahern <dsahern@gmail.com> ipv6: export function to send route updates
Add fib6_rt_update to send RTM_NEWROUTE with NLM_F_REPLACE set. This helper will be used by the nexthop code to notify userspace of routes that are impacted when a nexthop config is updated via replace.
This notification is needed for legacy apps that do not understand the new nexthop object. Apps that are nexthop aware can use the RTA_NH_ID attribute in the route notification to just ignore it.
In the future this should be wrapped in a sysctl to allow OS'es that are fully updated to avoid the notificaton storm.
Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv6/ |
H A D | af_inet6.c | diff 19a3b7eea42402accf52bcb9ddb51bfdb4d7a13b Wed May 22 14:04:41 CDT 2019 David Ahern <dsahern@gmail.com> ipv6: export function to send route updates
Add fib6_rt_update to send RTM_NEWROUTE with NLM_F_REPLACE set. This helper will be used by the nexthop code to notify userspace of routes that are impacted when a nexthop config is updated via replace.
This notification is needed for legacy apps that do not understand the new nexthop object. Apps that are nexthop aware can use the RTA_NH_ID attribute in the route notification to just ignore it.
In the future this should be wrapped in a sysctl to allow OS'es that are fully updated to avoid the notificaton storm.
Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ip6_fib.c | diff 19a3b7eea42402accf52bcb9ddb51bfdb4d7a13b Wed May 22 14:04:41 CDT 2019 David Ahern <dsahern@gmail.com> ipv6: export function to send route updates
Add fib6_rt_update to send RTM_NEWROUTE with NLM_F_REPLACE set. This helper will be used by the nexthop code to notify userspace of routes that are impacted when a nexthop config is updated via replace.
This notification is needed for legacy apps that do not understand the new nexthop object. Apps that are nexthop aware can use the RTA_NH_ID attribute in the route notification to just ignore it.
In the future this should be wrapped in a sysctl to allow OS'es that are fully updated to avoid the notificaton storm.
Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | route.c | diff 19a3b7eea42402accf52bcb9ddb51bfdb4d7a13b Wed May 22 14:04:41 CDT 2019 David Ahern <dsahern@gmail.com> ipv6: export function to send route updates
Add fib6_rt_update to send RTM_NEWROUTE with NLM_F_REPLACE set. This helper will be used by the nexthop code to notify userspace of routes that are impacted when a nexthop config is updated via replace.
This notification is needed for legacy apps that do not understand the new nexthop object. Apps that are nexthop aware can use the RTA_NH_ID attribute in the route notification to just ignore it.
In the future this should be wrapped in a sysctl to allow OS'es that are fully updated to avoid the notificaton storm.
Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|