aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/vty.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 20:11:16 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 20:24:21 +0800
commitab52c84889d576fb065f2d9d2eec490040de3cc3 (patch)
tree26b0411fcf824166e6b79e38618352938270388a /openbsc/include/openbsc/vty.h
parent3d73e0d235f2d6ccb401f7d21baa42a90230111c (diff)
nat: Add NAT_NODE and BSC_NODE for the nat
Implement the go to parent and exit functions for the nat.
Diffstat (limited to 'openbsc/include/openbsc/vty.h')
-rw-r--r--openbsc/include/openbsc/vty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/vty.h b/openbsc/include/openbsc/vty.h
index ed21e88d2..3346a2c6c 100644
--- a/openbsc/include/openbsc/vty.h
+++ b/openbsc/include/openbsc/vty.h
@@ -30,6 +30,8 @@ enum bsc_vty_node {
NS_NODE,
BSSGP_NODE,
OML_NODE,
+ NAT_NODE,
+ BSC_NODE,
};
#endif