mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
Finish r364492 by renaming rt_flags to rte_flags for multipath code.
This commit is contained in:
parent
93bfd365d2
commit
eb1c7adb70
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue