summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicael Karlberg <bmk@erlang.org>2021-07-28 17:26:33 +0200
committerMicael Karlberg <bmk@erlang.org>2021-08-30 17:56:42 +0200
commit7611b8e730bdcb8bc5f7f48520ec568a51126aa3 (patch)
tree6974eecd470ecdd971dc51250c4c9dda3754170f
parent6ea8b7e4cb0a716d9626f185f195c35fb52a8258 (diff)
downloaderlang-7611b8e730bdcb8bc5f7f48520ec568a51126aa3.tar.gz
[snmp|manager|doc] Describe the new inet_backend option
Also some "cleanup". OTP-17526
-rw-r--r--lib/snmp/doc/src/snmp_app.xml14
-rw-r--r--lib/snmp/doc/src/snmp_config.xml12
2 files changed, 15 insertions, 11 deletions
diff --git a/lib/snmp/doc/src/snmp_app.xml b/lib/snmp/doc/src/snmp_app.xml
index beaefc2582..9f346f0fe2 100644
--- a/lib/snmp/doc/src/snmp_app.xml
+++ b/lib/snmp/doc/src/snmp_app.xml
@@ -294,7 +294,7 @@ in the snmp_config file!
<tag><marker id="agent_ni_opts"></marker>
<c><![CDATA[agent_net_if_options() = [agent_net_if_option()] <optional>]]></c></tag>
<item>
- <p><c>agent_net_if_option() = |
+ <p><c>agent_net_if_option() =
{bind_to, bind_to()} |
{sndbuf, sndbuf()} |
{recbuf, recbuf()} |
@@ -798,12 +798,14 @@ in the snmp_config file!
<tag><marker id="manager_ni_opts"></marker>
<c><![CDATA[manager_net_if_options() = [manager_net_if_option()] <optional>]]></c></tag>
<item>
- <p><c>manager_net_if_option() = {bind_to, bind_to()} |
- {sndbuf, sndbuf()} |
- {recbuf, recbuf()} |
- {no_reuse, no_reuse()} |
+ <p><c>manager_net_if_option() =
+ {bind_to, bind_to()} |
+ {sndbuf, sndbuf()} |
+ {recbuf, recbuf()} |
+ {no_reuse, no_reuse()} |
{filter, manager_net_if_filter_options()} |
- {extra_sock_opts, extra_socket_options()}</c></p>
+ {extra_sock_opts, extra_socket_options()} |
+ {inet_backend, inet | socket}</c></p>
<p>These options are actually specific to the used module.
The ones shown here are applicable to the default
<c>manager_net_if_module()</c>.</p>
diff --git a/lib/snmp/doc/src/snmp_config.xml b/lib/snmp/doc/src/snmp_config.xml
index 0a138f1c33..7dc8e2f66e 100644
--- a/lib/snmp/doc/src/snmp_config.xml
+++ b/lib/snmp/doc/src/snmp_config.xml
@@ -280,7 +280,7 @@
<tag><marker id="agent_ni_opts"></marker>
<c><![CDATA[agent_net_if_options() = [agent_net_if_option()] <optional>]]></c></tag>
<item>
- <p><c>agent_net_if_option() = |
+ <p><c>agent_net_if_option() =
{bind_to, bind_to()} |
{sndbuf, sndbuf()} |
{recbuf, recbuf()} |
@@ -820,12 +820,14 @@ in so far as it will be converted to the new format if found.
<tag><marker id="manager_ni_opts"></marker>
<c><![CDATA[manager_net_if_options() = [manager_net_if_option()] <optional>]]></c></tag>
<item>
- <p><c>manager_net_if_option() = {bind_to, bind_to()} |
- {sndbuf, sndbuf()} |
- {recbuf, recbuf()} |
+ <p><c>manager_net_if_option() =
+ {bind_to, bind_to()} |
+ {sndbuf, sndbuf()} |
+ {recbuf, recbuf()} |
{no_reuse, no_reuse()} |
{filter, manager_net_if_filter_options()} |
- {extra_sock_opts, extra_socket_options()}</c></p>
+ {extra_sock_opts, extra_socket_options()} |
+ {inet_backend, inet | socket}</c></p>
<p>These options are actually specific to the used module.
The ones shown here are applicable to the default
<c>manager_net_if_module()</c>. </p>