mirror of
https://github.com/luscis/openlan.git
synced 2025-10-23 17:04:28 +08:00
fea: network: set xtt as prefix name
Signed-off-by: zhihui.ding <danieldin186@gmail.com>
This commit is contained in:
@@ -9,11 +9,11 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
OLCInput = "OPENLAN_in"
|
||||
OLCForward = "OPENLAN_for"
|
||||
OLCOutput = "OPENLAN_out"
|
||||
OLCPre = "OPENLAN_pre"
|
||||
OLCPost = "OPENLAN_pos"
|
||||
OLCInput = "XTT_in"
|
||||
OLCForward = "XTT_for"
|
||||
OLCOutput = "XTT_out"
|
||||
OLCPre = "XTT_pre"
|
||||
OLCPost = "XTT_pos"
|
||||
)
|
||||
|
||||
type FireWallGlobal struct {
|
||||
|
Reference in New Issue
Block a user