aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2017-11-01 00:51:51 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2017-11-01 00:51:51 +0100
commitbfc54b551b614815705d0711db5bdbd2fa240aec (patch)
treeaef2387e99e4b9fc16e6e2f1e932b16a9ba7687d /src
parent49beba49eb952deda71e230a7a3d1ddd76d21ec6 (diff)
vty: skip installing cmds now always installed by default
vty_install_default() and install_default() will soon be deprecated. Depends: I5021c64a787b63314e0f2f1cba0b8fc7bff4f09b Change-Id: I6c9f928f4a4d7fd6bf37c64a64ee5d843ad5bb7a
Diffstat (limited to 'src')
-rw-r--r--src/pcu_vty.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pcu_vty.c b/src/pcu_vty.c
index 5ec16eaf..dff331f3 100644
--- a/src/pcu_vty.c
+++ b/src/pcu_vty.c
@@ -1138,7 +1138,6 @@ int pcu_vty_init(const struct log_info *cat)
install_node(&pcu_node, config_write_pcu);
install_element(CONFIG_NODE, &cfg_pcu_cmd);
- vty_install_default(PCU_NODE);
install_element(PCU_NODE, &cfg_pcu_egprs_cmd);
install_element(PCU_NODE, &cfg_pcu_no_egprs_cmd);
install_element(PCU_NODE, &cfg_pcu_no_two_phase_cmd);