aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2011-07-07 19:46:50 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-18 17:00:08 +0200
commit2ade3a02221147fef29d90e9bdb6b4f7759ca358 (patch)
treed60dae2e49258fd833e93a387164bea9dd6550a1
parent29cbf618e3483d1c16b919bc59c470cfa462d1d7 (diff)
vty: reserve nodes for libosmo-abis
This patch reserves E1INP_NODE and IPA_NODE for libosmo-abis VTY interfaces.
-rw-r--r--include/osmocom/vty/command.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/vty/command.h b/include/osmocom/vty/command.h
index 08819d1a..4104d76c 100644
--- a/include/osmocom/vty/command.h
+++ b/include/osmocom/vty/command.h
@@ -74,6 +74,9 @@ enum node_type {
VTY_NODE, /* Vty node. */
+ E1INP_NODE, /* E1 line in libosmo-abis. */
+ IPA_NODE, /* IPA proxying commands in libosmo-abis. */
+
_LAST_OSMOVTY_NODE
};