Versions in this module Expand all Collapse all v0 v0.2.2 Jan 15, 2025 Changes in this version + func Set(link string, option ...Option) error + func SetIPv6AcceptRA(f RouterAdvertisements) error + func SetIPv6Forwarding(f bool) error + func SetIPv6LearnDefaultRouteInRA(f bool) error + type Option interface + func AcceptRA(f RouterAdvertisements) Option + func IPv6Disable(f bool) Option + func LearnDefaultRouteInRA(f bool) Option + func ProxyArp(f bool) Option + type RouterAdvertisements int + const RAAcceptIfForwardingIsDisabled + const RAAcceptIfForwardingIsEnabled + const RAOff