Merge branch 'main' of gitea.hottis.de:wn/snmp-agentx-ntpsec
This commit is contained in:
commit
bfbaf70430
@ -1,4 +1,4 @@
|
||||
import ntp.packet
|
||||
pass_valueimport ntp.packe0
|
||||
import threading
|
||||
from contextlib import AbstractContextManager
|
||||
import time
|
||||
@ -44,7 +44,7 @@ LOCAL_SERVER_KEYS = [
|
||||
['leap', pyagentx.TYPE_INTEGER, pass_value],
|
||||
['stratum', pyagentx.TYPE_INTEGER, pass_value],
|
||||
['precision', pyagentx.TYPE_INTEGER, pass_value],
|
||||
['rootdelay', pyagentx.TYPE_INTEGER, int_scale1k],
|
||||
['rootdelay', pyagentx.TYPE_INTEGER, int_scale1M],
|
||||
['rootdisp', pyagentx.TYPE_INTEGER, int_scale1k],
|
||||
['refid', pyagentx.TYPE_OCTETSTRING, pass_value],
|
||||
['reftime', pyagentx.TYPE_OCTETSTRING, pass_value],
|
||||
|
Loading…
x
Reference in New Issue
Block a user