vty: reserve nodes for libosmo-abis

This patch reserves E1INP_NODE and IPA_NODE for libosmo-abis
VTY interfaces.
This commit is contained in:
Pablo Neira Ayuso 2011-07-07 19:46:50 +02:00 committed by Harald Welte
parent 29cbf618e3
commit 2ade3a0222
1 changed files with 3 additions and 0 deletions

View File

@ -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
};