aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/include/snmp_types.hrl
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2019-04-16 16:37:35 +0200
committerErlang/OTP <[email protected]>2019-04-16 16:37:35 +0200
commita2cc71859fdb332c9d2edd0d1408a4c1d8bc5646 (patch)
tree74578593b7ff4e88b29219b0095b47f40cf7b434 /lib/snmp/include/snmp_types.hrl
parentc160968d28931bac6895004a780111f2d6306527 (diff)
parentb9a0da00aa0259e35b505d674d2a656020fdbdfe (diff)
downloadotp-a2cc71859fdb332c9d2edd0d1408a4c1d8bc5646.tar.gz
otp-a2cc71859fdb332c9d2edd0d1408a4c1d8bc5646.tar.bz2
otp-a2cc71859fdb332c9d2edd0d1408a4c1d8bc5646.zip
Merge branch 'bmk/snmp/20190328/get_mechanism/OTP-15691' into maint-20
* bmk/snmp/20190328/get_mechanism/OTP-15691: [snmp|manager|test] Add bind_to for agents [snmp|agent] Verbose (debug) improvements [snmp|agent] Add the net-if data (Extra) argument to get-callbacks [snmp|agent] Add the default get-mechanism module snmpa_get [snmp|agent] Add the get-mechanism behaviour [snmp|agent] Add/update/export useful types [snmp|agent] Build order [snmp|agent] Handle new get-mechanism config
Diffstat (limited to 'lib/snmp/include/snmp_types.hrl')
-rw-r--r--lib/snmp/include/snmp_types.hrl5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/snmp/include/snmp_types.hrl b/lib/snmp/include/snmp_types.hrl
index ffe30996dc..eff17a13a3 100644
--- a/lib/snmp/include/snmp_types.hrl
+++ b/lib/snmp/include/snmp_types.hrl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 1996-2016. All Rights Reserved.
+%% Copyright Ericsson AB 1996-2019. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
@@ -349,6 +349,9 @@
-define(view_included, 1).
-define(view_excluded, 2).
+-define(view_wildcard, 0).
+-define(view_exact, 1).
+
%%-----------------------------------------------------------------
%% From SNMPv2-SMI