You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,10 @@ UCI configuration options must go in ``/etc/config/openwisp``.
74
74
- ``connect_timeout``: value passed to curl ``--connect-timeout`` argument, defaults to ``15``; see `curl connect-timeout argument <https://curl.haxx.se/docs/manpage.html#--connect-timeout>`_
75
75
- ``max_time``: value passed to curl ``--max-time`` argument, defaults to ``30``; see `curl connect-timeout argument <https://curl.haxx.se/docs/manpage.html#-m>`_
76
76
- ``mac_interface``: the interface from which the MAC address is taken when performing automatic registration, defaults to ``eth0``
77
+
- ``curl_interface``: the value passed to curl ``--interface`` argument, it may have 3 different type of values:
78
+
- ``0``: disabled (default value)
79
+
- ``1``: enabled and automatically uses the value of the ``interface`` option
0 commit comments