[Bug 226429] ipfw table add & hostname parsing

2018-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226429 Mark Linimon changed: What|Removed |Added Assignee|freebsd-bugs@FreeBSD.org

[Bug 226429] ipfw table add & hostname parsing

2018-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226429 --- Comment #2 from Conrad Meyer --- I suggest this untested patch to correct the issue (and a similar issue with legacy table values): --- sbin/ipfw/tables.c(revision 330627) +++ sbin/ipfw/tables.c(working copy)

[Bug 226429] ipfw table add & hostname parsing

2018-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226429 --- Comment #1 from Conrad Meyer --- Clearly the endianness of the address is being reversed somewhere. In ipfw/tables.c, the v->nh4 value is assumed to be host endian. It is then converted to net endian and formatted.

[Bug 226429] ipfw table add & hostname parsing

2018-03-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226429 Bug ID: 226429 Summary: ipfw table add & hostname parsing Product: Base System Version: 11.1-RELEASE Hardware: Any OS: Any Status: New Severity: