diff options
| author | Rafael Zalamena <rzalamena@users.noreply.github.com> | 2018-04-02 17:55:44 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-02 17:55:44 -0300 |
| commit | 5012c1b6eed36e67dc8ee32488f3c396bf7b738b (patch) | |
| tree | aed922a259cf23cd15f2c95aa3346fdbcaaa9b52 /lib/command.c | |
| parent | 6d8b966f7a5fafdf0f979e8678167fd7238b5db1 (diff) | |
| parent | 7d3ffd35eaf360481ffad8b711a9bcc3cef599ef (diff) | |
Merge pull request #2005 from qlyoung/remove-masc-node
lib: remove MASC_NODE
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/command.c b/lib/command.c index 1c12a89828..3bbea63060 100644 --- a/lib/command.c +++ b/lib/command.c @@ -96,7 +96,6 @@ const char *node_names[] = { "ldp l2vpn", // LDP_L2VPN_NODE, "ldp", // LDP_PSEUDOWIRE_NODE, "isis", // ISIS_NODE, - "masc", // MASC_NODE, "irdp", // IRDP_NODE, "static ip", // IP_NODE, "ipv4 access list", // ACCESS_NODE, @@ -1313,7 +1312,6 @@ void cmd_exit(struct vty *vty) case LDP_L2VPN_NODE: case ISIS_NODE: case KEYCHAIN_NODE: - case MASC_NODE: case RMAP_NODE: case VTY_NODE: vty->node = CONFIG_NODE; @@ -1424,7 +1422,6 @@ DEFUN (config_end, case ISIS_NODE: case KEYCHAIN_NODE: case KEYCHAIN_KEY_NODE: - case MASC_NODE: case VTY_NODE: case LINK_PARAMS_NODE: vty_config_unlock(vty); |
