File: configure-ovsdb-manager-a29a148b241a125e.yaml

package info (click to toggle)
python-ovsdbapp 2.11.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,024 kB
  • sloc: python: 9,040; sh: 138; makefile: 21
file content (12 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
---
other:
  - |
    ovsdbapp must get granted access to ovsdb by adding a new Manager via ovs-vsctl
    command. The command must be executed with root privileges. An example of how to
    create a new manager for localhost on port 6640 is as follows:

    .. code-block:: console

       sudo ovs-vsctl --id=@manager \
           -- create Manager target=\"ptcp:6640:127.0.0.1\" \\
           -- add Open_vSwitch . manager_options @manager