From 81506b4095cf4bdb0c1c1e59fc271fc2aa3faa51 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 4 Sep 2010 11:00:01 +0800 Subject: vty: Add the config node code to everyone. --- openbsc/src/nat/bsc_nat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc/src/nat/bsc_nat.c') diff --git a/openbsc/src/nat/bsc_nat.c b/openbsc/src/nat/bsc_nat.c index a380a61fb..411782c58 100644 --- a/openbsc/src/nat/bsc_nat.c +++ b/openbsc/src/nat/bsc_nat.c @@ -1105,6 +1105,7 @@ static struct vty_app_info vty_info = { .name = "BSC NAT", .version = PACKAGE_VERSION, .go_parent_cb = bsc_vty_go_parent, + .is_config_node = bsc_vty_is_config_node, }; int main(int argc, char** argv) -- cgit v1.2.3