https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251047

Andrey V. Elsukov <a...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |a...@freebsd.org

--- Comment #1 from Andrey V. Elsukov <a...@freebsd.org> ---
If you get EINVAL error, this means that your kernel interface doesn't match to
what expects an application.
You need to rebuild application with correct ip_mroute.h where MAXVIFS is
defined. Also it is possible, that your application has own definition of this
constant, so you need to check application sources for this case.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to