File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,13 @@ Note: libnetconf was installed with default prefix (/usr/local/). That means the
146
146
/usr/local/lib/pkgconfig/. On some distros, pkg-config ignores .pc files in this location so setting
147
147
the PKG_CONFIG_PATH is a way to make pkg-config search for .pc files there.
148
148
149
+ By default, the server uses D-Bus internal communication. Therefore, the access rights configuration
150
+ settings can be found at /etc/dbus-1/system.d/org.opennetworking.ofc.conf file. If you need to avoid
151
+ D-Bus usage, use the configure's --disable-dbus option. In such a case, the server is going to use
152
+ UNIX sockets for the internal communication. While D-Bus allows you to limit users and groups allowed
153
+ to connect to ofc-server, there is no such configuration when the sockets are used for internal
154
+ communication.
155
+
149
156
OF-CONFIG Build
150
157
---------------
151
158
@@ -166,6 +173,12 @@ ofc-server supports some parameters that can be found in help: ofc-server -h
166
173
167
174
Useful parameter is -v<level > that specifies level of verbose output.
168
175
176
+ [of-config]# ofc-server -v 3 -f
177
+
178
+ Since ofc-server is supposed to communicate with OVSDB, ofc-server has to run with
179
+ the sufficient privileges to access OVSDB interfaces (sockets). Usually, it means running
180
+ ofc-server with the root privileges.
181
+
169
182
Troubleshooting
170
183
===============
171
184
You can’t perform that action at this time.
0 commit comments