feat(network): enable ipv6 connection and tunneling (#1114)
Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
This commit is contained in:
@@ -101,6 +101,9 @@ func (c *Config) enable(ctx context.Context) (err error) {
|
||||
if err := c.acceptOutputFromIPToSubnet(ctx, network.InterfaceName, network.IP, *network.IPNet, remove); err != nil {
|
||||
return err
|
||||
}
|
||||
if err = c.acceptIpv6MulticastOutput(ctx, network.InterfaceName, remove); err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
||||
if err = c.allowOutboundSubnets(ctx); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user