-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
39 lines (35 loc) · 1.08 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
code
create full path for output socket and will file
currently only creating the last directory in the path
implement --preload (load will file)
add stats subcommand
catch SIGUSR1 and pcap_stat?
is SIGUSR1 portable?
do iproute2 style subcommand substring matching?
packaging
daemonizing
figure out dealing with multiple instances
managing different options for each
multiple instances can be started manually
procd for openwrt
started
systemd for everything else?
prefer $RUNTIME_DIRECTORY and/or $STATE_DIRECTORY if available?
currently hard-coded defaults to /var/{run,lib}/clar
unit can pass in -o $STATE_DIRECTORY or -s $RUNTIME_DIRECTORY
wants time-sync.target?
add capabilities?
figure out how to avoid the "any" and "lo" devices being picked
current approach
require network-online.target (no "any")
fail on "lo", 1s restart timer, 10 tries
nix
started
debian
works from Makefile now
tests
end-end test
assemble a publishable pcap file
--will option may help with this
docs
add tab completion for bash/zsh/fish