1ovn-detrace(1)                    OVN Manual                    ovn-detrace(1)
2
3
4

NAME

6       ovn-detrace  -  convert  ``ovs-appctl ofproto/trace'' output to combine
7       OVN logical flow information.
8

SYNOPSIS

10       ovn-detrace < file
11
12       Common options:
13              [-h | --help] [-V | --version]
14
15

DESCRIPTION

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 in‐
20       formation e.g. the ACL that generated the logical flow, when relevant.
21

OPTIONS

23       -h
24       --help Prints a brief help message to the console.
25
26       -V
27       --version
28              Prints version information to the console.
29
30       --ovnsb=server
31              The OVN Southbound DB remote to contact.  If the OVN_SB_DB envi‐
32              ronment variable is set, its value is used as the default.  Oth‐
33              erwise, the default is unix:@RUNDIR@/ovnsb_db.sock, but this de‐
34              fault is unlikely to be useful  outside  of  single-machine  OVN
35              test environments.
36
37       --ovnnb=server
38              The OVN Northbound DB remote to contact.  If the OVN_NB_DB envi‐
39              ronment variable is set, its value is used as the default.  Oth‐
40              erwise, the default is unix:@RUNDIR@/ovnnb_db.sock, but this de‐
41              fault is unlikely to be useful  outside  of  single-machine  OVN
42              test environments.
43
44       --ovs= Also decode flow information (like OVS ofport) from the flows by
45              connecting to the OVS DB.
46
47       --ovsdb=server
48              The OVS DB remote to  contact  if  --ovs  is  present.   If  the
49              OVS_RUNDIR environment variable is set, its value is used as the
50              default. Otherwise, the default  is  unix:@RUNDIR@/db.sock,  but
51              this  default is unlikely to be useful outside of single-machine
52              OVN test environments.
53
54       -p privkey.pem
55       --private-key=privkey.pem
56              Specifies a PEM file containing the private key used as  ovn-de‐
57              trace's identity for outgoing SSL connections.
58
59       -c cert.pem
60       --certificate=cert.pem
61              Specifies a PEM file containing a certificate that certifies the
62              private key specified on -p or --private-key to be  trustworthy.
63              The certificate must be signed by the certificate authority (CA)
64              that the peer in SSL connections will use to verify it.
65
66       -C cacert.pem
67       --ca-cert=cacert.pem
68              Specifies a PEM file containing the CA certificate that  ovn-de‐
69              trace  should  use to verify certificates presented to it by SSL
70              peers.  (This may be the same certificate that SSL peers use  to
71              verify  the  certificate specified on -c or --certificate, or it
72              may be a different one, depending on the PKI design in use.)
73

SEE ALSO

75       ovs-appctl(8),ovn-sbctl(8),ovn-nbctl(8),ovn-trace(8)
76
77
78
79OVN                                 22.06.1                     ovn-detrace(1)
Impressum