[Bug 221445] The absence of the accept_rtadv option causes an error "ping6: sendmsg: No buffer space available"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Oct 30 17:45:38 UTC 2020


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

Victor Volpe <victor_volpe at bol.com.br> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |victor_volpe at bol.com.br

--- Comment #9 from Victor Volpe <victor_volpe at bol.com.br> ---
Problem still exists, without properly fix. Nice job FreeBSD team!

Workaround for OVH dedicated and cloud server:

ipv6_activate_all_interfaces="YES"
ipv6_default_interface="em0"
ifconfig_em0_ipv6="inet6 accept_rtadv IPV6_ADDRESS prefixlen 128"
ipv6_static_routes="ovh"
ipv6_route_ovh="-host IPV6_GATEWAY -iface em0"
ipv6_defaultrouter="IPV6_GATEWAY"

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-net mailing list