mirror of
https://github.com/tailscale/tailscale.git
synced 2025-01-07 08:07:42 +00:00
wgengine: fix blank line in interface method comment
This commit is contained in:
parent
5bc29e7388
commit
19d95e095a
@ -55,9 +55,8 @@ type Engine interface {
|
|||||||
// Reconfig reconfigures WireGuard and makes sure it's running.
|
// Reconfig reconfigures WireGuard and makes sure it's running.
|
||||||
// This also handles setting up any kernel routes.
|
// This also handles setting up any kernel routes.
|
||||||
//
|
//
|
||||||
// This is called whenever the tailcontrol (control plane)
|
// This is called whenever tailcontrol (the control plane)
|
||||||
// sends an updated network map.
|
// sends an updated network map.
|
||||||
|
|
||||||
//
|
//
|
||||||
// The returned error is ErrNoChanges if no changes were made.
|
// The returned error is ErrNoChanges if no changes were made.
|
||||||
Reconfig(*wgcfg.Config, *router.Config) error
|
Reconfig(*wgcfg.Config, *router.Config) error
|
||||||
|
Loading…
x
Reference in New Issue
Block a user