19 lines
495 B
Go
19 lines
495 B
Go
package parsing
|
|
|
|
const (
|
|
MDKeyProxyProtocol = "proxyProtocol"
|
|
MDKeyInterface = "interface"
|
|
MDKeySoMark = "so_mark"
|
|
MDKeyHash = "hash"
|
|
MDKeyPreUp = "preUp"
|
|
MDKeyPreDown = "preDown"
|
|
MDKeyPostUp = "postUp"
|
|
MDKeyPostDown = "postDown"
|
|
MDKeyIgnoreChain = "ignoreChain"
|
|
MDKeyEnableStats = "enableStats"
|
|
|
|
MDKeyRecorderDirection = "direction"
|
|
MDKeyRecorderTimestampFormat = "timeStampFormat"
|
|
MDKeyRecorderHexdump = "hexdump"
|
|
)
|