1ovn-detrace(1) OVN Manual ovn-detrace(1)
2
3
4
6 ovn-detrace - convert ``ovs-appctl ofproto/trace'' output to combine
7 OVN logical flow information.
8
10 ovn-detrace < file
11
12 Common options:
13 [-h | --help] [-V | --version]
14
15
17 The ovn-detrace program reads ovs-appctl ofproto/trace output on stdin,
18 looking for flow cookies, and expand each cookie with corresponding OVN
19 logical flows. It expands logical flow further with the north-bound
20 information e.g. the ACL that generated the logical flow, when rele‐
21 vant.
22
24 -h
25 --help Prints a brief help message to the console.
26
27 -V
28 --version
29 Prints version information to the console.
30
31 --ovnsb=server
32 The OVN Southbound DB remote to contact. If the OVN_SB_DB envi‐
33 ronment variable is set, its value is used as the default. Oth‐
34 erwise, the default is unix:@RUNDIR@/ovnsb_db.sock, but this
35 default is unlikely to be useful outside of single-machine OVN
36 test environments.
37
38 --ovnnb=server
39 The OVN Northbound DB remote to contact. If the OVN_NB_DB envi‐
40 ronment variable is set, its value is used as the default. Oth‐
41 erwise, the default is unix:@RUNDIR@/ovnnb_db.sock, but this
42 default is unlikely to be useful outside of single-machine OVN
43 test environments.
44
45 --ovs= Also decode flow information (like OVS ofport) from the flows by
46 connecting to the OVS DB.
47
48 --ovsdb=server
49 The OVS DB remote to contact if --ovsis present. If the
50 OVS_RUNDIR environment variable is set, its value is used as the
51 default. Otherwise, the default is unix:@RUNDIR@/db.sock, but
52 this default is unlikely to be useful outside of single-machine
53 OVN test environments.
54
56 ovs-appctl(8),ovn-sbctl(8),ovn--nbctl(8),ovn-trace(8)
57
58
59
60OVN 20.03.0 ovn-detrace(1)