mirror of
https://github.com/liloew/gvn.git
synced 2025-12-24 13:38:00 +08:00
10 lines
98 B
Go
10 lines
98 B
Go
package route
|
|
|
|
import (
|
|
"github.com/zmap/go-iptree/iptree"
|
|
)
|
|
|
|
var (
|
|
RouteTable = iptree.New()
|
|
)
|