diff options
| author | Rafael Zalamena <rzalamena@users.noreply.github.com> | 2018-04-02 17:53:44 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-02 17:53:44 -0300 |
| commit | 6d8b966f7a5fafdf0f979e8678167fd7238b5db1 (patch) | |
| tree | 2991eeff7c28370ceb39d996e8e044a1cd62fe21 /lib/command.c | |
| parent | b755fd3530f05f243d18d91206746f69788a6c9a (diff) | |
| parent | f108d4873d9e610000c83a33673d3f9e664910fd (diff) | |
Merge pull request #2003 from qlyoung/remove-service-node
lib: remove SERVICE_NODE
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/command.c b/lib/command.c index 7c7fddeea5..1c12a89828 100644 --- a/lib/command.c +++ b/lib/command.c @@ -55,7 +55,6 @@ const char *node_names[] = { "auth enable", // AUTH_ENABLE_NODE, "enable", // ENABLE_NODE, "config", // CONFIG_NODE, - "service", // SERVICE_NODE, "debug", // DEBUG_NODE, "vrf debug", // VRF_DEBUG_NODE, "vnc debug", // DEBUG_VNC_NODE, |
