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/exec_cli.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 accel-pppd/extra/net-snmp/exec_cli.h (limited to 'accel-pppd/extra/net-snmp/exec_cli.h') diff --git a/accel-pppd/extra/net-snmp/exec_cli.h b/accel-pppd/extra/net-snmp/exec_cli.h new file mode 100644 index 0000000..78bcd50 --- /dev/null +++ b/accel-pppd/extra/net-snmp/exec_cli.h @@ -0,0 +1,12 @@ +/* + * Note: this file originally auto-generated by mib2c using + * : mib2c.scalar.conf 11805 2005-01-07 09:37:18Z dts12 $ + */ +#ifndef CLI_H +#define CLI_H + +/* function declarations */ +void init_cli(void); +Netsnmp_Node_Handler handle_cli; + +#endif /* CLI_H */ -- cgit v1.2.3