https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260314
--- Comment #1 from Franco Fichtner <fra...@opnsense.org> --- The parsing of trying to validate -4 against -6 is so lax that this triggers on unknown and malformed arguments as well (things that don't actually take arguments). The most worrisome bug happens on # ping -c6 localhost Which pings localhost 6 times as expected, but with ping6 utility instead of ping (using ::1) as target. Cheers, Franco -- You are receiving this mail because: You are the assignee for the bug.