On Sun, Mar 27, 2022, 8:15 PM Kyle Evans wrote:
> On Sun, Mar 27, 2022 at 2:01 PM Bjoern A. Zeeb
> wrote:
> >
> > Hi,
> >
> > I am building on a stable/13 machine (updated a few days ago but I had
> > that before in the last months).
> >
> > I have git clone and am mostly working on main or main
Message before was missing the most essential line (cut+paste error),
correction as below.
And I think I have found why some of my systems are not concerned
by the bug: apparently the problem appears only with packets that
are locally created.
Packets that are traversed (with net.inet.ip.forward
On Sun, Mar 27, 2022 at 2:01 PM Bjoern A. Zeeb
wrote:
>
> Hi,
>
> I am building on a stable/13 machine (updated a few days ago but I had
> that before in the last months).
>
> I have git clone and am mostly working on main or main-derived
> branches.
>
> Once in a while I switch in-place (not a wo
Ah, wow, that's cute. So I'm apparently not the only one.
Thank You very much.
Now there are two questions:
1. Why does this happen only on SOME systems? (I don't see an obvious
reason yet.)
The second question then is, what do we do to get it fixed. (This
quite ruined my day.)
I did now a testcase, as follows:
===
root@zwlf:~ # cat /boot/loader.conf
net.fibs="3"
net.inet.ip.fw.default_to_accept=1
root@zwlf:~ # uname -a
FreeBSD zwlf 12.3-RELEASE FreeBSD 12.3-RELEASE r371126 GENERIC amd64
root@zwlf:~ # k
Hi.
> I just upgraded from 12.3 to 13.1-STABLE, and now "ipfw forward"
>gets ignored.
FYI:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261697
--
HATANO Tomomi.
Hija,
I just upgraded from 12.3 to 13.1-STABLE, and now "ipfw forward"
gets ignored.
I checked with:
$ ipfw add 1 fwd 10.1.0.120 all from any to any out
I get an incrementing count there:
# ipfw show 1
1 4101782871 fwd 10.1.0.120 ip from any to any out
# ipfw show 1
Hi,
I am building on a stable/13 machine (updated a few days ago but I had
that before in the last months).
I have git clone and am mostly working on main or main-derived
branches.
Once in a while I switch in-place (not a worktree) to a stable branch,
e.g., git checkout stable/13 based on freeb
Yoshihiro Ota wrote:
> I've been building default kernel, that is GENERIC for releng and stable
> branches.
>
> I see GENERIC-NODEBUG on head but don't seem to find it on releng/
> nor stable/
> I grepped /usr/src/* for std.nodebug but don't seem have a match...
> I wonder how nodebug kicks in rel