mirror of
https://github.com/daeuniverse/dae.git
synced 2025-08-02 00:00:07 +07:00
chore: rename routing final as fallback
This commit is contained in:
@ -53,7 +53,7 @@ const (
|
||||
MatchType_IpVersion
|
||||
MatchType_Mac
|
||||
MatchType_ProcessName
|
||||
MatchType_Final
|
||||
MatchType_Fallback
|
||||
)
|
||||
|
||||
type OutboundIndex uint8
|
||||
|
@ -21,5 +21,5 @@ const (
|
||||
Function_Mac = "mac"
|
||||
Function_ProcessName = "pname"
|
||||
|
||||
Declaration_Final = "final"
|
||||
Declaration_Fallback = "fallback"
|
||||
)
|
||||
|
Reference in New Issue
Block a user