mirror of
https://github.com/slackhq/nebula.git
synced 2026-03-09 08:11:29 -07:00
remove dead comment
This commit is contained in:
parent
629700fbb6
commit
5cbccdc0fd
1 changed files with 0 additions and 9 deletions
|
|
@ -454,15 +454,6 @@ func (t *tun) Activate() error {
|
|||
return fmt.Errorf("failed to run tun device: %s", err)
|
||||
}
|
||||
|
||||
//todo hmmmmmm
|
||||
//pretty sure this is avoidable
|
||||
//if len(t.unsafeNetworks) != 0 {
|
||||
// err = os.WriteFile(fmt.Sprintf("/proc/sys/net/ipv4/conf/%s/accept_local", t.Device), []byte("1"), os.FileMode(0o644))
|
||||
// if err != nil {
|
||||
// return err
|
||||
// }
|
||||
//}
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue