aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat/bsc_nat.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-04 11:00:01 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-04 11:00:01 +0800
commit81506b4095cf4bdb0c1c1e59fc271fc2aa3faa51 (patch)
tree28c2f93a4b0d39048f3350a6222ed96e3cc19d92 /openbsc/src/nat/bsc_nat.c
parent6262643b45b6ba1ce8e2dad70eed3430e567127c (diff)
vty: Add the config node code to everyone.
Diffstat (limited to 'openbsc/src/nat/bsc_nat.c')
-rw-r--r--openbsc/src/nat/bsc_nat.c1
1 files changed, 1 insertions, 0 deletions
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)