From ab52c84889d576fb065f2d9d2eec490040de3cc3 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 15 Jun 2010 20:11:16 +0800 Subject: nat: Add NAT_NODE and BSC_NODE for the nat Implement the go to parent and exit functions for the nat. --- openbsc/include/openbsc/vty.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/include/openbsc/vty.h') 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 -- cgit v1.2.3