1ovn-detrace(1) Open vSwitch 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
46 ovs-appctl(8),ovn-sbctl(8),ovn--nbctl(8),ovn-trace(8)
47
48
49
50Open vSwitch 2.12.0 ovn-detrace(1)