Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Apr 2025 18:47:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        testing@FreeBSD.org
Subject:   [Bug 247729] sys.netinet6.redirect.valid_redirect fails after r362900
Message-ID:  <bug-247729-32464-g8lDHQwdyK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247729-32464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-247729-32464@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-247729-32464-g8lDHQwdyK>