mirror of
https://github.com/luscis/openlan.git
synced 2025-10-06 17:17:00 +08:00
fea: discard l2tp, esp, and fabric support.
This commit is contained in:
@@ -3,7 +3,6 @@ package main
|
||||
import (
|
||||
"log"
|
||||
|
||||
"github.com/luscis/openlan/cmd/api"
|
||||
"github.com/luscis/openlan/pkg/cache"
|
||||
"github.com/luscis/openlan/pkg/config"
|
||||
"github.com/luscis/openlan/pkg/libol"
|
||||
@@ -12,9 +11,6 @@ import (
|
||||
|
||||
func main() {
|
||||
log.SetFlags(0)
|
||||
udp := api.GetEnv("ESPUDP", "4500")
|
||||
|
||||
config.SetLocalUdp(udp)
|
||||
c := config.NewSwitch()
|
||||
config.Update(c)
|
||||
|
||||
|
Reference in New Issue
Block a user