mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 22:50:14 +00:00
DEFUN_DEPRECATED passes attribute to DEFUN as well.
This commit is contained in:
parent
48d6c69b34
commit
2557aed16a
@ -1,3 +1,7 @@
|
|||||||
|
2004-11-28 Hasso Tepper <hasso at quagga.net>
|
||||||
|
|
||||||
|
* command.h: DEFUN_DEPRECATED passes attribute to DEFUN as well.
|
||||||
|
|
||||||
2004-11-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
2004-11-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
|
||||||
|
|
||||||
* log.c, log.h, memory.c: Change function name from zlog_backtrace_safe
|
* log.c, log.h, memory.c: Change function name from zlog_backtrace_safe
|
||||||
|
@ -204,7 +204,7 @@ struct desc
|
|||||||
DEFUN_ATTR (funcname, cmdname, cmdstr, helpstr, CMD_ATTR_HIDDEN)
|
DEFUN_ATTR (funcname, cmdname, cmdstr, helpstr, CMD_ATTR_HIDDEN)
|
||||||
|
|
||||||
#define DEFUN_DEPRECATED(funcname, cmdname, cmdstr, helpstr) \
|
#define DEFUN_DEPRECATED(funcname, cmdname, cmdstr, helpstr) \
|
||||||
DEFUN (funcname, cmdname, cmdstr, helpstr, CMD_ATTR_DEPRECATED) \
|
DEFUN_ATTR (funcname, cmdname, cmdstr, helpstr, CMD_ATTR_DEPRECATED) \
|
||||||
|
|
||||||
/* DEFUN_NOSH for commands that vtysh should ignore */
|
/* DEFUN_NOSH for commands that vtysh should ignore */
|
||||||
#define DEFUN_NOSH(funcname, cmdname, cmdstr, helpstr) \
|
#define DEFUN_NOSH(funcname, cmdname, cmdstr, helpstr) \
|
||||||
|
Loading…
Reference in New Issue
Block a user