diff options
author | Micael Karlberg <[email protected]> | 2011-07-12 09:58:56 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-07-12 11:22:17 +0200 |
commit | 8fceb07c652025c3742b6ba604460c853f7a2ad5 (patch) | |
tree | 4e79133d122e7175646e49435ef858465de85e6a /lib/snmp/src/misc/snmp_config.erl | |
parent | 0c74867d39d80bb36960c9cb7fdfc3e82f76ebc8 (diff) | |
download | otp-8fceb07c652025c3742b6ba604460c853f7a2ad5.tar.gz otp-8fceb07c652025c3742b6ba604460c853f7a2ad5.tar.bz2 otp-8fceb07c652025c3742b6ba604460c853f7a2ad5.zip |
[manager] No way to specify transport domain. Transport domains was
assumed to be IPv4.
This has now been changed so that it can also be IPv6. To facilitate this,
the transportDomain is now a (new) valid option.
This also mean that the transport behaviour has changed.
OTP-9305
[agent] A temporary fix for transport domain, specifically regarding
trap sending. This is done in order to make testing possible,
pending merge from topic branch.
OTP-9400
Diffstat (limited to 'lib/snmp/src/misc/snmp_config.erl')
-rw-r--r-- | lib/snmp/src/misc/snmp_config.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/snmp/src/misc/snmp_config.erl b/lib/snmp/src/misc/snmp_config.erl index fcbc6a88c9..27bef216cc 100644 --- a/lib/snmp/src/misc/snmp_config.erl +++ b/lib/snmp/src/misc/snmp_config.erl @@ -568,7 +568,7 @@ config_agent_snmp(Dir, Vsns) -> false -> ok end, - i("The following agent files were written: agent.conf, " + i("The following agent files where written: agent.conf, " "community.conf,~n" "standard.conf, target_addr.conf, " "target_params.conf, ~n" @@ -776,7 +776,7 @@ config_manager_snmp(Dir, Vsns) -> Users, Agents, Usms)) of ok -> i("~n- - - - - - - - - - - - -"), - i("The following manager files were written: " + i("The following manager files where written: " "manager.conf, agents.conf " ++ case lists:member(v3, Vsns) of true -> |