summaryrefslogtreecommitdiff
path: root/accel-pppd/extra/net-snmp/exec_cli.h
diff options
context:
space:
mode:
authorKozlov Dmitry <xeb@mail.ru>2011-12-27 17:24:55 +0400
committerKozlov Dmitry <xeb@mail.ru>2011-12-27 17:24:55 +0400
commitf1c39d3ff40aece8278afaec0098607d498cd768 (patch)
tree1b533df2004b636201ac52c02683a5a980744a83 /accel-pppd/extra/net-snmp/exec_cli.h
parent1ade87d064ff682e0d836558e73ad7ca3e7148ec (diff)
downloadaccel-ppp-f1c39d3ff40aece8278afaec0098607d498cd768.tar.gz
accel-ppp-f1c39d3ff40aece8278afaec0098607d498cd768.zip
snmp: implemneted new node (ACCEL-PPP-MIB::cli.0) which can be used to send cli commands
Diffstat (limited to 'accel-pppd/extra/net-snmp/exec_cli.h')
-rw-r--r--accel-pppd/extra/net-snmp/exec_cli.h12
1 files changed, 12 insertions, 0 deletions
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 00000000..78bcd500
--- /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 */