diff options
| author | Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> | 2019-02-21 10:41:53 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-21 10:41:53 -0600 |
| commit | 080c8b47a2557750f4cabf31aa76f567ca694eb6 (patch) | |
| tree | c3c1684cbbe002691985f9b6fbf7cc33409efca1 /lib/command.h | |
| parent | 02c2ba976775f6f51606568ee566b9b4e3f51c0e (diff) | |
| parent | 7f9adc7c67d0b7a64bdd575a7172df9692f5499b (diff) | |
Merge pull request #3841 from donaldsharp/pim_test
Add `test pim keepalive-reset A.B.C.D A.B.C.D` command to pim
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index 0faaa426ac..a5f9616dbf 100644 --- a/lib/command.h +++ b/lib/command.h @@ -318,6 +318,9 @@ struct cmd_node { #define DEFPY_ATTR(funcname, cmdname, cmdstr, helpstr, attr) \ DEFUN_ATTR(funcname, cmdname, cmdstr, helpstr, attr) + +#define DEFPY_HIDDEN(funcname, cmdname, cmdstr, helpstr) \ + DEFUN_HIDDEN(funcname, cmdname, cmdstr, helpstr) #endif /* VTYSH_EXTRACT_PL */ /* Some macroes */ |
