1ovn-detrace(1)                Open vSwitch 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:/var/run/openvswitch/ovnsb_db.sock,
35              but  this  default  is  unlikely to be useful outside of single-
36              machine OVN 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:/var/run/openvswitch/ovnnb_db.sock,
42              but  this  default  is  unlikely to be useful outside of single-
43              machine OVN test environments.
44

SEE ALSO

46       ovs-appctl(8),ovn-sbctl(8),ovn--nbctl(8),ovn-trace(8)
47
48
49
50Open vSwitch                        2.10.1                      ovn-detrace(1)
Impressum