diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-24 23:04:23 +0200 | 
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 23:28:40 +0200 | 
| commit | 390081329874c4fd8b4a15ffa2a090275b5fc8ac (patch) | |
| tree | 632835cad70bf321e2f0d2acaf9d59c11a3925fe /lib/defun_lex.l | |
| parent | 42d6b864cdce2e4477a14eae639bc22aa9fc1118 (diff) | |
zebra: convert to mgmtd
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'lib/defun_lex.l')
| -rw-r--r-- | lib/defun_lex.l | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/defun_lex.l b/lib/defun_lex.l index 124f864166..3104e48063 100644 --- a/lib/defun_lex.l +++ b/lib/defun_lex.l @@ -140,6 +140,7 @@ SPECIAL		[(),]  "DEFPY_ATTR"			value = strdup(yytext); return DEFUNNY;  "DEFPY_HIDDEN"			value = strdup(yytext); return DEFUNNY;  "DEFPY_YANG"			value = strdup(yytext); return DEFUNNY; +"DEFPY_YANG_HIDDEN"		value = strdup(yytext); return DEFUNNY;  "DEFPY_YANG_NOSH"		value = strdup(yytext); return DEFUNNY;  "ALIAS"				value = strdup(yytext); return DEFUNNY;  "ALIAS_HIDDEN"			value = strdup(yytext); return DEFUNNY;  | 
