diff options
author | Micael Karlberg <[email protected]> | 2010-12-09 12:19:36 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2010-12-09 12:19:36 +0100 |
commit | 9a80a4f0064af1773bf73df86d3534049a61e373 (patch) | |
tree | 132c5bed491c000367f768cc77c56f9f7664b206 /lib/snmp/test/test_config/agent/context.conf.src | |
parent | 9a5ba00578bd2b2d04d8814f8a228ff7bed1c18f (diff) | |
download | otp-9a80a4f0064af1773bf73df86d3534049a61e373.tar.gz otp-9a80a4f0064af1773bf73df86d3534049a61e373.tar.bz2 otp-9a80a4f0064af1773bf73df86d3534049a61e373.zip |
First preliminary addition of the test config
(there are still a bunch of hard coded paths and stuff).
No sed'ing yet...
Diffstat (limited to 'lib/snmp/test/test_config/agent/context.conf.src')
-rw-r--r-- | lib/snmp/test/test_config/agent/context.conf.src | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/snmp/test/test_config/agent/context.conf.src b/lib/snmp/test/test_config/agent/context.conf.src new file mode 100644 index 0000000000..56000d0308 --- /dev/null +++ b/lib/snmp/test/test_config/agent/context.conf.src @@ -0,0 +1,15 @@ +%% This file was generated by snmp_config (version-4.9.3) 2007-06-29 13:32:48 +%% This file defines the contexts known to the agent. +%% The data is inserted into the vacmContextTable defined +%% in SNMP-VIEW-BASED-ACM-MIB. +%% Each row is a string: +%% ContextName. +%% +%% The empty string is the default context. +%% For example +%% "bridge1". +%% "bridge2". +%% + + +"". |