Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-04 | sstp: snmp: add missed files, fix 0d454ad7102506ecd12a36239f6604f7e4b57aae | Vladislav Grishenko | |
2018-06-03 | sstp: add snmp support | Vladislav Grishenko | |
2018-01-15 | cmake: add error messages if postgresql or snmp libraries not found | Dmitry Kozlov | |
2017-12-05 | net-snmp: fixed crash on table request | Dmitry Kozlov | |
2017-03-27 | net-snmp: add definition for U64 (if not set) | Dmitry Kozlov | |
2015-12-02 | net-snmp: export interface counters in the sessionTable | Dmitry Kozlov | |
2014-11-22 | remove trailing whitespaces | Dmitry Kozlov | |
2014-10-03 | get rid of time(), use clock_gettime(CLOCK_MONOTONIC) instead | Dmitry Kozlov | |
2014-04-30 | net-snmp: add missing memdebug.h include | Dmitry Kozlov | |
Signed-off-by: Dmitry Kozlov <xeb@mail.ru> | |||
2014-04-30 | net-snmp: fiexed improper handling of empty username when requesting session ↵ | Dmitry Kozlov | |
table Signed-off-by: Dmitry Kozlov <xeb@mail.ru> | |||
2014-04-29 | net-snmp: unshare file descriptors namespace | Guillaume Nault | |
Use unshare(CLONE_FILES) to create a local file descriptors namespace for the SNMP thread. This is similar to what was done in bf5340 'net-snmp: run snmp in "special" thread', but without calling clone() directly. So the net-snmp plugin keeps running in a regular pthread. Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2014-04-29 | Revert "net-snmp: run snmp in "special" thread" | Guillaume Nault | |
This reverts commit bf5340291badcc631bd855bb924593cd445ecd26. snmp_thread() needs to be run as regular thread to allow Valgrind analysis. Using a different namespace for file desciptors will be done later on using unshare(). Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> | |||
2014-04-11 | net-snmp: run snmp in "special" thread | Dmitry Kozlov | |
NET-SNMP is built on top of stale file descriptor multiplexing mechanism (select) which prevents to use descriptors with number >= 1024. Due to accel-ppp uses a lots of descriptors NET-SNMP easy overflows this limit and fails and even may crash whole accel-ppp process. This patch runs snmp in special thread which does not share file descritor table with main process, so it can use less descriptors and live in __FD_SETSIZE limit. Signed-off-by: Dmitry Kozlov <xeb@mail.ru> | |||
2013-10-31 | net-snmp: fixed ipoe oids | Dmitry Kozlov | |
Signed-off-by: Dmitry Kozlov <xeb@mail.ru> | |||
2013-10-31 | net-snmp: add missing IPOE module initialization | Dmitry Kozlov | |
Signed-off-by: Dmitry Kozlov <xeb@mail.ru> | |||
2013-10-29 | net-snmp: add ipoe statistics | Dmitry Kozlov | |
2013-09-03 | snmp: properly terminate snmp thread | Dmitry Kozlov | |
2013-03-16 | ipoe: fixed shared=1 mode | Kozlov Dmitry | |
2013-01-25 | cmake: use CMAKE_FIND_ROOT_PATH and LIB_SUFFIX | Kozlov Dmitry | |
2012-06-19 | general preparation for IPoE integration | Kozlov Dmitry | |
2011-12-27 | snmp: implemneted new node (ACCEL-PPP-MIB::cli.0) which can be used to send ↵ | Kozlov Dmitry | |
cli commands | |||
2011-08-30 | net-snmp: NETSNMP_PREFIX option to locate net-snmp library at different location | Kozlov Dmitry | |
2011-08-23 | ppp: ipv6: multiple prefixes, route option, rdnss option implementation | Kozlov Dmitry | |
2011-08-19 | snmp support | Kozlov Dmitry | |