aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/src/app/snmp.appup.src
blob: ca61782639f984decabce95a7c6786516c6d39fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
%% -*- erlang -*-
{"%VSN%",

%% ----- U p g r a d e -------------------------------------------------------
%% Instruction examples: 
%% {restart_application, snmp}
%% {load_module, snmp_pdus, soft_purge, soft_purge, []}
%% {update, snmpa_local_db, soft, soft_purge, soft_purge, []}
%% {add_module,  snmpm_net_if_mt}
 [
  {<<"5\\..*">>, [{restart_application, snmp}]},	
  {<<"4\\..*">>, [{restart_application, snmp}]}
 ],
 
%% ------D o w n g r a d e ---------------------------------------------------
%% Instruction examples: 
%% {remove, {snmpm_net_if_mt, soft_purge, soft_purge}}
 
 [
  {<<"5\\..*">>, [{restart_application, snmp}]},	
  {<<"4\\..*">>, [{restart_application, snmp}]}
 ]  	       
}.