mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
vty: CONFIG_NODE is the anchor and should not be treated as config.
This is fixing an assert in vty_go_parent due trying to go from CONFIG_NODE to the parent.
This commit is contained in:
@@ -191,6 +191,7 @@ int bsc_vty_is_config_node(struct vty *vty, int node)
|
||||
/* add items that are not config */
|
||||
case OML_NODE:
|
||||
case SUBSCR_NODE:
|
||||
case CONFIG_NODE:
|
||||
return 0;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user