Finish r364492 by renaming rt_flags to rte_flags for multipath code.
This commit is contained in:
parent
93bfd365d2
commit
eb1c7adb70
@ -812,9 +812,9 @@ rt_mpath_unlink(struct rib_head *rnh, struct rt_addrinfo *info,
|
||||
if (rn) {
|
||||
rto = RNTORT(rn);
|
||||
RT_LOCK(rto);
|
||||
rto->rt_flags |= RTF_UP;
|
||||
rto->rte_flags |= RTF_UP;
|
||||
RT_UNLOCK(rto);
|
||||
} else if (rt->rt_flags & RTF_GATEWAY) {
|
||||
} else if (rt->rte_flags & RTF_GATEWAY) {
|
||||
/*
|
||||
* For gateway routes, we need to
|
||||
* make sure that we we are deleting
|
||||
|
Loading…
x
Reference in New Issue
Block a user