diff options
| author | Ido Schimmel <[email protected]> | 2017-02-08 11:16:39 +0100 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2017-02-08 15:25:18 -0500 |
| commit | 982acb97560c8118c2109504a22b0d78a580547d (patch) | |
| tree | d262e8cff973d4916d11a7f6b2b1e216de8ae1c4 /tools/perf/scripts/python | |
| parent | 70ad35067c99dd6fb1fefbabf11dd53806f1978c (diff) | |
ipv4: fib: Notify about nexthop status changes
When a multipath route is hit the kernel doesn't consider nexthops that
are DEAD or LINKDOWN when IN_DEV_IGNORE_ROUTES_WITH_LINKDOWN is set.
Devices that offload multipath routes need to be made aware of nexthop
status changes. Otherwise, the device will keep forwarding packets to
non-functional nexthops.
Add the FIB_EVENT_NH_{ADD,DEL} events to the fib notification chain,
which notify capable devices when they should add or delete a nexthop
from their tables.
Cc: Roopa Prabhu <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Andy Gospodarek <[email protected]>
Signed-off-by: Ido Schimmel <[email protected]>
Signed-off-by: Jiri Pirko <[email protected]>
Reviewed-by: Andy Gospodarek <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions