Finish r364492 by renaming rt_flags to rte_flags for multipath code.

This commit is contained in:
Alexander V. Chernikov 2020-08-22 20:02:40 +00:00
parent 93bfd365d2
commit eb1c7adb70
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364493

View File

@ -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