Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   ovn-detrace    ( 1 )

преобразовать вывод ovs-appctl ofproto/trace для объединения информации о логическом потоке OVN (convert ``ovs-appctl ofproto/trace'' output to combine OVN logical flow information.)

Имя (Name)

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


Синопсис (Synopsis)

ovn-detrace < file

Common options: [-h | --help] [-V | --version]


Описание (Description)

The ovn-detrace program reads ovs-appctl ofproto/trace output on stdin, looking for flow cookies, and expand each cookie with corresponding OVN logical flows. It expands logical flow further with the north-bound information e.g. the ACL that generated the logical flow, when relevant.


Параметры (Options)

-h
       --help Prints a brief help message to the console.

-V --version Prints version information to the console.

--ovnsb=server The OVN Southbound DB remote to contact. If the OVN_SB_DB environment variable is set, its value is used as the default. Otherwise, the default is unix:/usr/local/var/run/openvswitch/ovnsb_db.sock, but this default is unlikely to be useful outside of single- machine OVN test environments.

--ovnnb=server The OVN Northbound DB remote to contact. If the OVN_NB_DB environment variable is set, its value is used as the default. Otherwise, the default is unix:/usr/local/var/run/openvswitch/ovnnb_db.sock, but this default is unlikely to be useful outside of single- machine OVN test environments.


Смотри также (See also)

ovs-appctl(8),ovn-sbctl(8),ovn--nbctl(8),ovn-trace(8)