mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-30 02:28:27 +01:00
Support for ipv6 in the overlay with v2 certificates
--------- Co-authored-by: Jack Doan <jackdoan@rivian.com>
This commit is contained in:
@@ -16,8 +16,8 @@ func (NoopTun) Activate() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (NoopTun) Cidr() netip.Prefix {
|
||||
return netip.Prefix{}
|
||||
func (NoopTun) Networks() []netip.Prefix {
|
||||
return []netip.Prefix{}
|
||||
}
|
||||
|
||||
func (NoopTun) Name() string {
|
||||
|
||||
Reference in New Issue
Block a user