wgengine: fix blank line in interface method comment
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user