https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202484
Andrey V. Elsukov <a...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |a...@freebsd.org --- Comment #2 from Andrey V. Elsukov <a...@freebsd.org> --- (In reply to olivier from comment #1) > errno(2) translate error number 45 by a EOPNOTSUPP. > > And code in netinet/ip_mroute.c can return EOPNOTSUPP in 2 cases: You forgot about "return (error)" and "return (some_func())" :) I guess you receive this error from if_allmulti()->vtnet_ioctl(). -- 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"