From 01cf14d679ead494e2c59b71b3a4647225f9f548 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 22 Apr 2010 13:36:46 +0800 Subject: nat: Use show bsc config for showing the configuration. --- openbsc/src/nat/bsc_nat_vty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbsc/src/nat/bsc_nat_vty.c b/openbsc/src/nat/bsc_nat_vty.c index 3abd58678..cbac44c6b 100644 --- a/openbsc/src/nat/bsc_nat_vty.c +++ b/openbsc/src/nat/bsc_nat_vty.c @@ -118,8 +118,8 @@ DEFUN(show_bsc, show_bsc_cmd, "show bsc connections", return CMD_SUCCESS; } -DEFUN(show_bsc_cfg, show_bsc_cfg_cmd, "bsc config show", - "Display information about known BSC configs") +DEFUN(show_bsc_cfg, show_bsc_cfg_cmd, "show bsc config", + SHOW_STR "Display information about known BSC configs") { struct bsc_config *conf; llist_for_each_entry(conf, &_nat->bsc_configs, entry) { -- cgit v1.2.3