diff options
Diffstat (limited to 'nest/rt-attr.c')
-rw-r--r-- | nest/rt-attr.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nest/rt-attr.c b/nest/rt-attr.c index 22b45db9..d793c72e 100644 --- a/nest/rt-attr.c +++ b/nest/rt-attr.c @@ -981,7 +981,9 @@ ea_show(struct cli *c, const eattr *e) bsprintf(pos, "<type %02x>", e->type); } } - cli_printf(c, -1012, "\t%s", buf); + + if (status != GA_HIDDEN) + cli_printf(c, -1012, "\t%s", buf); } /** |