fea: switch: support router network

This commit is contained in:
Daniel Ding
2023-09-26 15:30:04 +08:00
parent baec14f05e
commit a15a737e2c
11 changed files with 356 additions and 158 deletions

View File

@@ -14,5 +14,6 @@ type FlowRule struct {
Match string `json:"match,omitempty"`
DstPort string `json:"destPort,omitempty"`
SrcPort string `json:"sourcePort,omitempty"`
CtState string `json:"ctState,omitempty"`
Jump string `json:"jump,omitempty"` // SNAT/RETURN/MASQUERADE
}