diff options
author | Benjamin Poirier <[email protected]> | 2021-11-29 15:15:05 +0900 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-11-29 12:39:42 +0000 |
commit | 7d4741eacdefa5f0475431645b56baf00784df1f (patch) | |
tree | a1deeff61163734f71c268789a6fbc1d7086f71c /scripts/gdb/linux/proc.py | |
parent | 817b653160db9852d5a0498a31f047e18ce27e5b (diff) |
net: mpls: Fix notifications when deleting a device
There are various problems related to netlink notifications for mpls route
changes in response to interfaces being deleted:
* delete interface of only nexthop
DELROUTE notification is missing RTA_OIF attribute
* delete interface of non-last nexthop
NEWROUTE notification is missing entirely
* delete interface of last nexthop
DELROUTE notification is missing nexthop
All of these problems stem from the fact that existing routes are modified
in-place before sending a notification. Restructure mpls_ifdown() to avoid
changing the route in the DELROUTE cases and to create a copy in the
NEWROUTE case.
Fixes: f8efb73c97e2 ("mpls: multipath route support")
Signed-off-by: Benjamin Poirier <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions