mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-29 06:35:07 +03:00
Remove router.doAdmin and switchTable.doAdmin
This commit is contained in:
parent
a8b323acdd
commit
5d7d84f827
8 changed files with 15 additions and 25 deletions
|
@ -56,8 +56,7 @@ func (c *cryptokey) init(tun *TunAdapter) {
|
|||
}
|
||||
}
|
||||
|
||||
// Configure the CKR routes - this must only ever be called from the router
|
||||
// goroutine, e.g. through router.doAdmin
|
||||
// Configure the CKR routes.
|
||||
func (c *cryptokey) configure() error {
|
||||
current := c.tun.config.GetCurrent()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue