Skip to content

Commit

Permalink
add nppp monitor capability
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowman committed May 30, 2016
1 parent 1ae3006 commit 0840429
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ctl.c
Expand Up @@ -312,6 +312,8 @@ struct ctl ctl_nppp[] = {
{ NPPPCTL, "clear", REQ, OPT, OPT, NULL }, NULL, 0, T_EXEC },
{ "session", "show PPP sessions",
{ NPPPCTL, "session", REQ, OPT, OPT, NULL }, NULL, 0, T_EXEC },
{ "monitor", "monitor PPP sessions",
{ NPPPCTL, "monitor", REQ, OPT, OPT, NULL }, NULL, 0, T_EXEC },
{ "edit", "edit configuration",
{ "nppp", (char *)ctl_nppp_test, NULL }, call_editor, 0,
T_HANDLER_FILL1 },
Expand Down

0 comments on commit 0840429

Please sign in to comment.