[Bug 247729] sys.netinet6.redirect.valid_redirect fails after r362900

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 07 Apr 2025 18:47:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247729

Rin <rin@sandb0x.tw> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rin@sandb0x.tw

--- Comment #7 from Rin <rin@sandb0x.tw> ---
https://github.com/freebsd/freebsd-src/pull/1646

- while [ `jexec ${jname}b ifconfig ${epair}b inet6 | grep -c tentative` != "0"
]; do
+ while [ `jexec ${jname} ifconfig ${epair}b inet6 | grep -c tentative` != "0"
]; do

I passed the test on my local machine with this change.

-- 
You are receiving this mail because:
You are the assignee for the bug.