forked from ptpd/ptpd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
49 lines (45 loc) · 2.01 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# not part of distribution - TODO notes to implement before next release
2.3.1.1 / 2.3.2:
- man page updates for template files x
- clock ID printed in reverse in L2 mode
with (grandmasterID present?) - not an issue, looks like a White Rabbit problem x
- compact grantable message types and use smaller array to save memory x
- 16.1.1: may be granted in listening state or passive state <- but g.8265 is no BMCA x
- sig/msg message acceptance 4 options: all1,port, clockid,port, clock,all1, all1,all1 x
- rework config option parsing x
- rework parseConfig to support an opcode, get rid of remaining macros x
- pointer to best master x
- disqualification flag x
- remove masteraddr in favour of bestMaster->sourceAddr x
- use pointer to best master x
- management TLV buffer guard and don't unpack GET x
- SNMP - implement statistics tables x
- SNMP - implement remaining traps x
- add alarm events -> trigger SNMP traps x
- add offset alarm threshold to config x
- clean up object order in the MIB x
- call alarm handlers before shutdown (on port disabled?) x
- add alarm initial delay to config + man x
- add alarm timeout to config + man x
- add snmp traps enable/disable to config + man x
- implement ofm threshold alarm triggering x
- SNMP MIB: add domain mismatch trap + last domain x
- add alarm messages to log notifications x
- add alarm messages to alarm table (for fault record)
- rework trigger and dependency macros: 2nd pass?
- complete built-in templates
- add dummy or populated default template file x [dummy]
- NVRAM write?
- use split token loop macros
- SET messages to refresh the config properly x/-
add set + commit + rollback as snmp handles
- remaining management message SET handling
- add fault record and numberfaults to snmp and mgmt
- update man page with alarm descriptions
- improve alarm dump
- add alarm descriptions to help output
- eventually add support for an event queue
- SNMP MIB: add alarm list so that
informs can also send date and time
- MGMT clear and get fault record
- configurable alarm severities?