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
20       information  e.g.  the  ACL that generated the logical flow, when rele‐
21       vant.
22

OPTIONS

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  --ovs is 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
55       -p privkey.pem
56       --private-key=privkey.pem
57              Specifies  a  PEM  file  containing  the  private  key  used  as
58              ovn-detrace's identity for outgoing SSL connections.
59
60       -c cert.pem
61       --certificate=cert.pem
62              Specifies a PEM file containing a certificate that certifies the
63              private  key specified on -p or --private-key to be trustworthy.
64              The certificate must be signed by the certificate authority (CA)
65              that the peer in SSL connections will use to verify it.
66
67       -C cacert.pem
68       --ca-cert=cacert.pem
69              Specifies   a  PEM  file  containing  the  CA  certificate  that
70              ovn-detrace should use to verify certificates presented to it by
71              SSL peers.  (This may be the same certificate that SSL peers use
72              to verify the certificate specified on -c or  --certificate,  or
73              it may be a different one, depending on the PKI design in use.)
74

SEE ALSO

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