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       --no-leader-only
48              Connect to any cluster member, not just the leader.  The  option
49              works for OVN Southbound DB and OVN Northbound DB.
50
51       --ovsdb=server
52              The  OVS  DB  remote  to  contact  if  --ovs is present.  If the
53              OVS_RUNDIR environment variable is set, its value is used as the
54              default.  Otherwise,  the  default is unix:@RUNDIR@/db.sock, but
55              this default is unlikely to be useful outside of  single-machine
56              OVN test environments.
57
58       -p privkey.pem
59       --private-key=privkey.pem
60              Specifies  a PEM file containing the private key used as ovn-de‐
61              trace's identity for outgoing SSL connections.
62
63       -c cert.pem
64       --certificate=cert.pem
65              Specifies a PEM file containing a certificate that certifies the
66              private  key specified on -p or --private-key to be trustworthy.
67              The certificate must be signed by the certificate authority (CA)
68              that the peer in SSL connections will use to verify it.
69
70       -C cacert.pem
71       --ca-cert=cacert.pem
72              Specifies  a PEM file containing the CA certificate that ovn-de‐
73              trace should use to verify certificates presented to it  by  SSL
74              peers.   (This may be the same certificate that SSL peers use to
75              verify the certificate specified on -c or --certificate,  or  it
76              may be a different one, depending on the PKI design in use.)
77

SEE ALSO

79       ovs-appctl(8),ovn-sbctl(8),ovn-nbctl(8),ovn-trace(8)
80
81
82
83OVN                                 23.09.2                     ovn-detrace(1)
Impressum