fix: snmpv3 and ipv6 for sshsvc

This commit is contained in:
2024-09-12 11:17:22 +08:00
parent 81176226ae
commit 6ada81d36d
5 changed files with 48 additions and 16 deletions

View File

@@ -77,6 +77,8 @@ type YamlConfig struct {
PrivProto string `yaml:"privProto"`
EngineID string `yaml:"engineID"`
TrapPort uint16 `yaml:"trapPort"`
TrapListen bool `yaml:"trapListen"`
TrapBool bool `yaml:"trapBool"`
TrapTick uint16 `yaml:"trapTick"`
TimeOut uint16 `yaml:"timeOut"`
TrapTarget string `yaml:"trapTarget"`