aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-11-17 11:27:57 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2014-11-17 11:27:57 +0200
commit05fa31b7d7d1f23dde152341fc2f8149e66c40a5 (patch)
treec028a63659fe769dc74fa1891bc15112643f29f9
parent7b7cb3c95e9fe5af0072d290e39cda9fa0f85b60 (diff)
downloadvarnish-mib-05fa31b7d7d1f23dde152341fc2f8149e66c40a5.tar.gz
varnish-mib-05fa31b7d7d1f23dde152341fc2f8149e66c40a5.tar.bz2
Minor changes
* src/Makefile.am (.mib2c.c): Fix MIBDIRS * src/varnish_mib.mib2c: Don't check for $i.settable - all OIDs are read-only.
-rw-r--r--src/Makefile.am2
-rw-r--r--src/varnish_mib.mib2c8
2 files changed, 2 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b56c252..4efd22c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -26,7 +26,7 @@ BUILT_SOURCES = \
varnish_mib.c: varnish_mib.mib2c
.mib2c.c:
- MIBDIRS=${abs_srcdir}:${NET_SNMP_MIBDIRS} MIBS="+VARNISH-MIB" \
+ MIBDIRS=${top_srcdir}/src:${NET_SNMP_MIBDIRS} MIBS="+VARNISH-MIB" \
mib2c -c $< -f $@ varnish
#NET_SNMP_INCLUDES = `$(NET_SNMP_CONFIG) --cflags`
diff --git a/src/varnish_mib.mib2c b/src/varnish_mib.mib2c
index 798fc53..6df10ec 100644
--- a/src/varnish_mib.mib2c
+++ b/src/varnish_mib.mib2c
@@ -146,13 +146,7 @@ init_$modulename(void)
netsnmp_register_scalar(
netsnmp_create_handler_registration("$i", handle_$i,
${i}_oid, OID_LENGTH(${i}_oid),
- @if !$i.settable@
- HANDLER_CAN_RONLY
- @end@
- @if $i.settable@
- HANDLER_CAN_RWRITE
- @end@
- ));
+ HANDLER_CAN_RONLY));
@end@
varnish_snmp_init();
}

Return to:

Send suggestions and report system problems to the System administrator.