From f1c39d3ff40aece8278afaec0098607d498cd768 Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Tue, 27 Dec 2011 17:24:55 +0400 Subject: snmp: implemneted new node (ACCEL-PPP-MIB::cli.0) which can be used to send cli commands --- accel-pppd/extra/net-snmp/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'accel-pppd/extra/net-snmp/CMakeLists.txt') diff --git a/accel-pppd/extra/net-snmp/CMakeLists.txt b/accel-pppd/extra/net-snmp/CMakeLists.txt index bb0e6f73..b61c0d01 100644 --- a/accel-pppd/extra/net-snmp/CMakeLists.txt +++ b/accel-pppd/extra/net-snmp/CMakeLists.txt @@ -12,6 +12,7 @@ SET(sources statPPTP.c terminate.c shutdown.c + exec_cli.c ) ADD_LIBRARY(net-snmp SHARED ${sources}) -- cgit v1.2.3