fea: discard l2tp, esp, and fabric support.

This commit is contained in:
Daniel Ding
2024-06-07 19:25:21 +08:00
parent f2f6323284
commit 0fc0ee6d6f
47 changed files with 58 additions and 3238 deletions

View File

@@ -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)